Skip to content

Commit

Permalink
test: increase timeout for HTML5 CORS test to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
falko17 committed Dec 31, 2024
1 parent 14def8a commit 812070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn test_invalid_id(
}

#[rstest]
#[timeout(Duration::from_secs(60))]
#[timeout(Duration::from_secs(60 * 5))]
fn test_html5_cors_error(mut cmd: Cmd) {
cmd.with_tmp_output(false)
.cmd
Expand Down

0 comments on commit 812070d

Please sign in to comment.