diff --git a/.expeditor/nightly.pipeline.yml b/.expeditor/nightly.pipeline.yml index d05b3f5ec96..aabf631685d 100644 --- a/.expeditor/nightly.pipeline.yml +++ b/.expeditor/nightly.pipeline.yml @@ -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 diff --git a/.expeditor/verify_private.pipeline.yml b/.expeditor/verify_private.pipeline.yml index b66b53e7f5a..c2b5677a3c7 100644 --- a/.expeditor/verify_private.pipeline.yml +++ b/.expeditor/verify_private.pipeline.yml @@ -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