Skip to content

Commit

Permalink
Give cypress flakey tests more time
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Mundrawala <[email protected]>
  • Loading branch information
Jay Mundrawala committed Mar 13, 2020
1 parent a6c49aa commit 3c91db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/verify_private.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ steps:
- label: ":cypress: (flaky included) IAMv1"
command:
- FLAKY=yes IAM=v1 integration/run_test integration/tests/cypress_e2e.sh
timeout_in_minutes: 20
timeout_in_minutes: 25
soft_fail: true
expeditor:
secrets: &cypress_secrets
Expand All @@ -436,7 +436,7 @@ steps:
- label: ":cypress: (flaky included) IAMv2"
command:
- FLAKY=yes IAM=v2.1 integration/run_test integration/tests/cypress_e2e.sh
timeout_in_minutes: 20
timeout_in_minutes: 25
soft_fail: true
expeditor:
secrets: *cypress_secrets
Expand Down

0 comments on commit 3c91db3

Please sign in to comment.