mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Increase test timeout (twice of sleep interval).
Signed-off-by: Max Neverov <neverov.max@gmail.com>
This commit is contained in:
parent
c2982e15f3
commit
6b0b4ce2b3
@ -196,7 +196,7 @@ func TestMemberRemove(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
t.Run(quorumTc.name+"/"+clusterTc.name, func(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 14*time.Second)
|
||||
defer cancel()
|
||||
c := clusterTc.config
|
||||
c.StrictReconfigCheck = quorumTc.strictReconfigCheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user