We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937a3f2 commit 0015c85Copy full SHA for 0015c85
1 file changed
staging-monitor/lib/constants.go
@@ -4,7 +4,7 @@ import "time"
4
5
// Test timeouts and intervals
6
const (
7
- TestTimeout = 20 * time.Minute
+ TestTimeout = 25 * time.Minute
8
PollInterval = 4 * time.Second
9
ProgressLogInterval = 15 * time.Second
10
)
0 commit comments