Skip to content

Commit

Permalink
Updated trycmd test_duration
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin authored Nov 21, 2023
1 parent 394e7d1 commit 4fd0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_tests/tests/z_test_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ fn z_doc_tests() -> Result<()> {
.register_bin("zsh", which::which("zsh"))
.register_bin("dot", which::which("dot"))
.case("docs/*/*.md")
.timeout(Duration::from_secs(10))
.timeout(Duration::from_secs(120))
// We skip this for the time being.
.skip("docs/start/ml.md");

Expand Down

0 comments on commit 4fd0f58

Please sign in to comment.