Skip to content

Commit b1dd16d

Browse files
committed
tweak
1 parent 06a92d4 commit b1dd16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/monitoring/monitoring_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func TestMonitoring(t *testing.T) {
1212
RegisterFailHandler(Fail)
1313
suiteConfig, reporterConfig := GinkgoConfiguration()
1414
// Hardcoded until we find an easy way to pass it via "go test"
15-
suiteConfig.Timeout = 3 * time.Hour
15+
suiteConfig.Timeout = 4 * time.Hour
1616
reporterConfig.NoColor = true
1717
RunSpecs(t, "Monitoring Suite", suiteConfig, reporterConfig)
1818
}

0 commit comments

Comments
 (0)