Skip to content

Commit 533a949

Browse files
committed
Increase timeout for centos-9 amd64
1 parent 2b37eaf commit 533a949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
needs.check-labels.outputs.force == 'true' ||
8585
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
8686
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: Package: Linux')
87-
timeout-minutes: 90
87+
timeout-minutes: 120
8888
strategy:
8989
fail-fast: false
9090
matrix:

0 commit comments

Comments
 (0)