mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #3744 from yichengq/fix-sem
raft: extend wait timeout in TestMultiNodeAdvance
This commit is contained in:
commit
4f47b08cf6
@ -454,7 +454,7 @@ func TestMultiNodeAdvance(t *testing.T) {
|
||||
mn.Advance(rd1)
|
||||
select {
|
||||
case <-mn.Ready():
|
||||
case <-time.After(time.Millisecond):
|
||||
case <-time.After(100 * time.Millisecond):
|
||||
t.Errorf("expect Ready after Advance, but there is no Ready available")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user