mirror of https://github.com/tidwall/tile38.git
Increase timeout for slow CIs
This commit is contained in:
parent
cf7f49fd9b
commit
959f551f7b
|
@ -475,7 +475,7 @@ func fence_eecio_test(mc *mockServer) error {
|
||||||
}()
|
}()
|
||||||
var timeok int32
|
var timeok int32
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(time.Second * 10)
|
time.Sleep(time.Second * 30)
|
||||||
if atomic.LoadInt32(&timeok) == 0 {
|
if atomic.LoadInt32(&timeok) == 0 {
|
||||||
panic("timeout")
|
panic("timeout")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue