Skip to content

Commit 0015c85

Browse files
increase monitor deadline to 25mins (#669)
1 parent 937a3f2 commit 0015c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

staging-monitor/lib/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "time"
44

55
// Test timeouts and intervals
66
const (
7-
TestTimeout = 20 * time.Minute
7+
TestTimeout = 25 * time.Minute
88
PollInterval = 4 * time.Second
99
ProgressLogInterval = 15 * time.Second
1010
)

0 commit comments

Comments
 (0)