Skip to content

Commit

Permalink
Increase deployment test fixture timeout
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ironcladlou committed Apr 27, 2016
1 parent ba78a93 commit 946e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/fixtures/test-deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
strategy:
type: Recreate
recreateParams:
timeoutSeconds: 10
timeoutSeconds: 20
post:
failurePolicy: Ignore
tagImages:
Expand Down

0 comments on commit 946e21a

Please sign in to comment.