Skip to content

Commit 93155fc

Browse files
committed
test job timeout raised to 3 days
1 parent 3478ff8 commit 93155fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cmd/run/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
const (
38-
jobTimeout = 1440 * time.Minute // time to wait for the test job to finish
38+
jobTimeout = 4320 * time.Minute // time to wait for the test job to finish
3939
kubePollInterval = 10 * time.Second // Kube API polling interval
4040
testRunLabel = "test-run" // name of the label applied to resources
4141
logStreamLabel = "stream-logs" // name of the label enabling log streaming to e2e runner

0 commit comments

Comments
 (0)