Increase timeout for slow CIs

This commit is contained in:
tidwall 2022-10-20 11:23:54 -07:00
parent cf7f49fd9b
commit 959f551f7b
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ func fence_eecio_test(mc *mockServer) error {
}()
var timeok int32
go func() {
time.Sleep(time.Second * 10)
time.Sleep(time.Second * 30)
if atomic.LoadInt32(&timeok) == 0 {
panic("timeout")
}