File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 35
35
# docker-image: "ubuntu22.04-cuda12.6.3-py3.11-torch2.8"
36
36
# torch-ver: "2.8"
37
37
# how long to run the job before automatically cancelling
38
- timeoutInMinutes : " 180 "
38
+ timeoutInMinutes : " 240 "
39
39
# how much time to give 'run always even if cancelled tasks' before stopping them
40
40
cancelTimeoutInMinutes : " 2"
41
41
@@ -191,7 +191,7 @@ jobs:
191
191
workingDirectory: "tests/"
192
192
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
193
193
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
194
- timeoutInMinutes: "95 "
194
+ timeoutInMinutes: "120 "
195
195
displayName: "UnitTesting common"
196
196
197
197
- bash : |
@@ -203,7 +203,7 @@ jobs:
203
203
workingDirectory: "tests/"
204
204
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
205
205
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
206
- timeoutInMinutes: "95 "
206
+ timeoutInMinutes: "120 "
207
207
displayName: "UnitTesting DDP"
208
208
209
209
- bash : |
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ updates:
18
18
separator : " -"
19
19
# Allow up to 5 open pull requests for pip dependencies
20
20
open-pull-requests-limit : 5
21
- reviewers :
22
- - " Lightning-AI/teams/core-metrics"
23
21
24
22
# Enable version updates for GitHub Actions
25
23
- package-ecosystem : " github-actions"
@@ -35,5 +33,3 @@ updates:
35
33
separator : " -"
36
34
# Allow up to 5 open pull requests for GitHub Actions
37
35
open-pull-requests-limit : 5
38
- reviewers :
39
- - " Lightning-AI/teams/core-metrics"
You can’t perform that action at this time.
0 commit comments