From 812070d05af2157125af95eb80662874cea27b25 Mon Sep 17 00:00:00 2001 From: Falko Galperin Date: Tue, 31 Dec 2024 17:43:38 +0100 Subject: [PATCH] test: increase timeout for HTML5 CORS test to 5 minutes --- tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index c5dae16..4672a54 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -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