Skip to content

Commit

Permalink
[checkpoint] Increase timeout to 60s for e2e tests (#4507)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind authored Sep 7, 2022
1 parent e88ea55 commit 4f9151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui/tests/checkpoints_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn wait_for_advance_to_next_checkpoint(
false => sleep(Duration::from_secs(1)).await,
}
cnt += 1;
assert!(cnt <= 20);
assert!(cnt <= 60);
}

// Ensure all authorities moved to the next checkpoint sequence number.
Expand Down

0 comments on commit 4f9151b

Please sign in to comment.