Skip to content

Commit 75d199d

Browse files
committed
Add small change
1 parent 72afb50 commit 75d199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/scale_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ The logs are attached only if there are errors.
441441

442442
Eventually(
443443
framework.CreateResponseChecker(url, address, timeoutConfig.RequestTimeout),
444-
).WithTimeout(30 * time.Second).WithPolling(100 * time.Millisecond).Should(Succeed())
444+
).WithTimeout(5 * timeoutConfig.RequestTimeout).WithPolling(100 * time.Millisecond).Should(Succeed())
445445

446446
ttr := time.Since(startCheck)
447447

0 commit comments

Comments
 (0)