Skip to content

Commit

Permalink
Changes to increase cypress runtime in Buildkite
Browse files Browse the repository at this point in the history
Signed-off-by: Kallol Roy <karoy@progress.com>
  • Loading branch information
kalroy committed Jun 9, 2021
1 parent a54d3d8 commit cd09087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .expeditor/nightly.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ steps:
- label: "cypress (flaky included) :cypress:"
command:
- FLAKY=yes integration/run_test integration/tests/cypress_e2e.sh
timeout_in_minutes: 35
timeout_in_minutes: 45
soft_fail: true
expeditor:
secrets: &cypress_secrets
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/verify_private.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ steps:
- label: "cypress :cypress:"
command:
- FLAKY=no integration/run_test integration/tests/cypress_e2e.sh
timeout_in_minutes: 35
timeout_in_minutes: 45
retry:
automatic:
limit: 2
Expand Down

0 comments on commit cd09087

Please sign in to comment.