Skip to content

Commit

Permalink
Increase wait_for_split to match higher commit timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Sep 2, 2024
1 parent 1ca63c1 commit 4ce1584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl ClusterSandbox {
}
}
},
Duration::from_secs(10),
Duration::from_secs(15),
Duration::from_millis(500),
)
.await?;
Expand Down

0 comments on commit 4ce1584

Please sign in to comment.