We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a92d4 commit b1dd16dCopy full SHA for b1dd16d
test/monitoring/monitoring_suite_test.go
@@ -12,7 +12,7 @@ func TestMonitoring(t *testing.T) {
12
RegisterFailHandler(Fail)
13
suiteConfig, reporterConfig := GinkgoConfiguration()
14
// Hardcoded until we find an easy way to pass it via "go test"
15
- suiteConfig.Timeout = 3 * time.Hour
+ suiteConfig.Timeout = 4 * time.Hour
16
reporterConfig.NoColor = true
17
RunSpecs(t, "Monitoring Suite", suiteConfig, reporterConfig)
18
}
0 commit comments