Skip to content

Commit c7864b7

Browse files
authored
[CI] Set timeout of run-tests job to 60 minutes (EnzymeAD#843)
macOS runners are occasionally hanging, having a shorter timeout helps by making the job fail earlier than waiting uselessly for 90 minutes, saving some time, especially important since there are only 5 concurrent macOS runners across the entire organisation.
1 parent f56f806 commit c7864b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
env:
114114
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
115115
- name: "Run Tests"
116+
timeout-minutes: 60
116117
run: |
117118
import Pkg
118119
Pkg.Registry.update()

0 commit comments

Comments
 (0)