Skip to content

Commit 14c9476

Browse files
committed
Merge branch 'strict-cre-tests-timeout' into codex/dx-3578-local-cre-startup-speedup
2 parents db4d43d + 36c5dd6 commit 14c9476

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cre-regression-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# http://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments
100100
name: integration
101101
deployment: false
102-
timeout-minutes: 60
102+
timeout-minutes: 10
103103
env:
104104
ENABLE_AUTO_QUARANTINE: "true"
105105
# override Chip Ingress and Chip Config images with remote images. We have added this env var here, instead of the "Start local CRE" step, because

.github/workflows/cre-system-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# http://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments
147147
name: integration
148148
deployment: false
149-
timeout-minutes: 60
149+
timeout-minutes: 10
150150
env:
151151
ENABLE_AUTO_QUARANTINE: "true"
152152
# override Chip Ingress and Chip Config images with remote images. We have added this env var here, instead of the "Start local CRE" step, because

0 commit comments

Comments
 (0)