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 Aug 29, 2024
1 parent 152c714 commit 2292bdd
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 2292bdd

Please sign in to comment.