Skip to content

Commit 946e21a

Browse files
committed
Increase deployment test fixture timeout
Recent test runs indicate that the pod in this deployment fixture may be coming up right at the edge of its 10 second timeout. Increase the timeout to try and prevent flakes.
1 parent ba78a93 commit 946e21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/fixtures/test-deployment-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
strategy:
1010
type: Recreate
1111
recreateParams:
12-
timeoutSeconds: 10
12+
timeoutSeconds: 20
1313
post:
1414
failurePolicy: Ignore
1515
tagImages:

0 commit comments

Comments
 (0)