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:
Nicolas Lacasse 2018-10-17 09:08:45 -07:00 committed by Shentubot
parent 4fae756645
commit bdcf8d143e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}