File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 73
73
container :
74
74
image : ${{ matrix.container_image }}
75
75
options : ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }}
76
- # If a build is taking longer than 60 minutes on these runners we need
76
+ # If a build is taking longer than 120 minutes on these runners we need
77
77
# to have a conversation
78
- timeout-minutes : 60
78
+ timeout-minutes : 120
79
79
steps :
80
80
- name : Clean workspace
81
81
run : |
@@ -167,7 +167,7 @@ jobs:
167
167
fi
168
168
169
169
upload_docs=0
170
- # Check if there are things in the documentation folder to uplaod
170
+ # Check if there are things in the documentation folder to upload
171
171
if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 | read -r; then
172
172
# TODO: Add a check here to test if on ec2 because if we're not on ec2 then this
173
173
# upload will probably not work correctly
Original file line number Diff line number Diff line change 9
9
cut_nightly :
10
10
runs-on : ubuntu-latest
11
11
environment : trigger-nightly
12
- timeout-minutes : 60
12
+ timeout-minutes : 120
13
13
steps :
14
14
- uses : actions/checkout@v3
15
15
with :
Original file line number Diff line number Diff line change 58
58
defaults :
59
59
run :
60
60
shell : bash -l {0}
61
- # If a build is taking longer than 60 minutes on these runners we need
61
+ # If a build is taking longer than 120 minutes on these runners we need
62
62
# to have a conversation
63
- timeout-minutes : 60
63
+ timeout-minutes : 120
64
64
steps :
65
65
- name : Clean workspace
66
66
run : |
You can’t perform that action at this time.
0 commit comments