mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #7955 from gyuho/timeout
integration: bump up 'TestV3LeaseRequireLeader' timeout to 5-sec
This commit is contained in:
commit
b82ef007f5
@ -528,8 +528,8 @@ func TestV3LeaseRequireLeader(t *testing.T) {
|
||||
}
|
||||
}()
|
||||
select {
|
||||
case <-time.After(time.Duration(5*electionTicks) * tickDuration):
|
||||
t.Fatalf("did not receive leader loss error")
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatal("did not receive leader loss error (in 5-sec)")
|
||||
case <-donec:
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user