mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Bump timeout in TestManager_BasicLifecycle (#6030)
This commit is contained in:
parent
fd52e9e5f4
commit
fd9237a1ff
@ -215,7 +215,7 @@ func assertWatchChanRecvs(t *testing.T, ch <-chan *ConfigSnapshot, expect *Confi
|
||||
if expect == nil {
|
||||
require.False(t, ok, "watch chan should be closed")
|
||||
}
|
||||
case <-time.After(50*time.Millisecond + coalesceTimeout):
|
||||
case <-time.After(100*time.Millisecond + coalesceTimeout):
|
||||
t.Fatal("recv timeout")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user