Skip to content

Commit f99cd4d

Browse files
jdcanasjdcanas
and
jdcanas
authored
[IA-4962] bump timeout (#4850)
Co-authored-by: jdcanas <[email protected]>
1 parent df91251 commit f99cd4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ commands:
203203
bash ../.circleci/wait-for-job-finish.sh
204204
node --require ../.pnp.cjs ./slack/notify-circleci-test-results.js
205205
fi
206-
no_output_timeout: 25m
206+
no_output_timeout: 30m
207207
when: always
208208

209209
jobs:

integration-tests/tests/run-analysis-azure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ registerTest({
107107
name: 'run-analysis-azure',
108108
fn: testRunAnalysisAzure,
109109
targetEnvironments: ['dev', 'staging'],
110-
timeout: Millis.ofMinutes(25),
110+
timeout: Millis.ofMinutes(30),
111111
});

0 commit comments

Comments
 (0)