Skip to content

Commit 3a5f22c

Browse files
committed
timeout increase
1 parent 3d6b145 commit 3a5f22c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

duva/tests/client_ops/test_removed_leader_connection_without_replica.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn run_removed_leader_without_replica(env1: ServerEnv, env2: ServerEnv) -> anyho
1515
drop(process2);
1616

1717
// Wait for broker to detect error, sleep through ELECTION_TIMEOUT_MAX, and attempt discovery
18-
sleep(Duration::from_millis(100));
18+
sleep(Duration::from_millis(200));
1919

2020
// THEN
2121
match client1.child.try_wait() {

0 commit comments

Comments
 (0)