From 7a32dd5976aa023cc956c778203d8a7e20838635 Mon Sep 17 00:00:00 2001 From: Jack Westwood Date: Wed, 11 Sep 2024 08:56:49 +0100 Subject: [PATCH] Increase timeout in sample import test --- tests/buckets_sample.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/buckets_sample.rs b/tests/buckets_sample.rs index 64036298..19032695 100644 --- a/tests/buckets_sample.rs +++ b/tests/buckets_sample.rs @@ -62,7 +62,7 @@ fn import_sample_already_loaded() { // Wait for the bucket to finish being created sandbox.retry_until( - Instant::now().add(Duration::from_secs(100)), + Instant::now().add(Duration::from_secs(120)), Duration::from_millis(200), "buckets get beer-sample | first | to json", dirs.test(),