Skip to content

Commit

Permalink
test longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 8, 2023
1 parent ae793b2 commit 572c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/integration_tests/two.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 572c118

Please sign in to comment.