mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Increased timeout to fix HashKV test
Signed-off-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com>
This commit is contained in:
parent
8c7f911b3b
commit
fe113026fa
@ -636,7 +636,7 @@ func TestHashKVWhenCompacting(t *testing.T) {
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
case <-donec:
|
case <-donec:
|
||||||
case <-time.After(10 * time.Second):
|
case <-time.After(20 * time.Second):
|
||||||
close(stopc)
|
close(stopc)
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
testutil.FatalStack(t, "timeout")
|
testutil.FatalStack(t, "timeout")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user