mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bump Pause/Resume integration test timeout in attempt to deflake Kokoro.
This is one of the many tests that fails periodically, making Kokoro unstable. PiperOrigin-RevId: 217528257 Change-Id: I2508ecf4d74d71b91feff1183544d61d7bd16995
This commit is contained in:
committed by
Shentubot
parent
4fae756645
commit
bdcf8d143e
@@ -106,7 +106,7 @@ func TestPauseResume(t *testing.T) {
|
||||
}
|
||||
|
||||
// Wait until it's up and running.
|
||||
if err := testutil.WaitForHTTP(port, 20*time.Second); err != nil {
|
||||
if err := testutil.WaitForHTTP(port, 30*time.Second); err != nil {
|
||||
t.Fatal("WaitForHTTP() timeout:", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user