Skip to content

Commit 1c77315

Browse files
committed
tests/int: increase result wait timeout to 30s
Azure test fails frequently with 20s timeout. Signed-off-by: Sunny <[email protected]>
1 parent 2f57ab7 commit 1c77315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const (
5050
// is generated before running the Go test.
5151
fluxInstallManifestPath = "./build/flux.yaml"
5252

53-
resultWaitTimeout = 20 * time.Second
53+
resultWaitTimeout = 30 * time.Second
5454
)
5555

5656
var (

0 commit comments

Comments
 (0)