Skip to content

Commit

Permalink
Increase timeout in sample import test
Browse files Browse the repository at this point in the history
  • Loading branch information
Westwooo committed Sep 11, 2024
1 parent 7000af3 commit 7a32dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buckets_sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 7a32dd5

Please sign in to comment.