Skip to content

Commit fdd2ef2

Browse files
committed
Add timeout limit for macOS
1 parent 1b8f118 commit fdd2ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
needs.check-labels.outputs.force == 'true' ||
415415
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
416416
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
417-
timeout-minutes: 75
417+
timeout-minutes: 120
418418
strategy:
419419
fail-fast: false
420420
matrix:

0 commit comments

Comments
 (0)