Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 25e7dce

Browse files
author
Patrick Baxter
authored
Merge pull request #546 from pbx0/timeout
e2e: bump smoke test timeout
2 parents 10a14e4 + 5c951d7 commit 25e7dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/smoke_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func TestSmoke(t *testing.T) {
6666
}
6767
return nil
6868
}
69-
if err := retry(10, time.Second*10, getPod); err != nil {
69+
if err := retry(20, time.Second*10, getPod); err != nil {
7070
t.Fatalf(fmt.Sprintf("timed out waiting for wget pod to succeed: %v", err))
7171
}
7272
}

0 commit comments

Comments
 (0)