Skip to content

Commit 6cd6fe5

Browse files
committed
Increase timeout
1 parent e19f5dd commit 6cd6fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
needs.check-labels.outputs.force == 'true' ||
173173
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
174174
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
175-
timeout-minutes: 120
175+
timeout-minutes: 240
176176
strategy:
177177
fail-fast: false
178178
matrix:

0 commit comments

Comments
 (0)