mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17481 from srivastav-abhishek/timeout-fix
Increased timeout to fix TestHashKVWhenCompacting test
This commit is contained in:
commit
2e7ed80be2
@ -636,7 +636,7 @@ func TestHashKVWhenCompacting(t *testing.T) {
|
||||
|
||||
select {
|
||||
case <-donec:
|
||||
case <-time.After(10 * time.Second):
|
||||
case <-time.After(20 * time.Second):
|
||||
close(stopc)
|
||||
wg.Wait()
|
||||
testutil.FatalStack(t, "timeout")
|
||||
|
Loading…
x
Reference in New Issue
Block a user