From 572c118c0df969014af62b93c4672ca2ba775827 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Fri, 8 Dec 2023 08:53:47 +0000 Subject: [PATCH] test longer timeout --- integration-tests/src/integration_tests/two.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/src/integration_tests/two.rs b/integration-tests/src/integration_tests/two.rs index 95e95077..6caf2e1e 100644 --- a/integration-tests/src/integration_tests/two.rs +++ b/integration-tests/src/integration_tests/two.rs @@ -167,7 +167,7 @@ async fn two() { .unwrap(); assert!(events_file_contents != "[]"); - tokio::time::sleep(Duration::from_secs(5)).await; + tokio::time::sleep(Duration::from_secs(10)).await; // Check event metadata is stored in S3 let s3_events = s3_bucket