Skip to content

Commit

Permalink
come on...what's up with these things
Browse files Browse the repository at this point in the history
  • Loading branch information
wlmyng committed Nov 23, 2024
1 parent 811a584 commit c6366b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/sui-mvr-graphql-rpc/tests/e2e_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ async fn test_simple_client_simulator_cluster() {
None,
None,
data_ingestion_path.path().to_path_buf(),
);
)
.await;
cluster
.wait_for_checkpoint_catchup(1, Duration::from_secs(30))
.await;
Expand Down

0 comments on commit c6366b3

Please sign in to comment.