We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19f5dd commit 6cd6fe5Copy full SHA for 6cd6fe5
.github/workflows/cpp_extra.yml
@@ -172,7 +172,7 @@ jobs:
172
needs.check-labels.outputs.force == 'true' ||
173
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
174
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
175
- timeout-minutes: 120
+ timeout-minutes: 240
176
strategy:
177
fail-fast: false
178
matrix:
0 commit comments