30
30
31
31
test_linux_ray_master :
32
32
runs-on : ubuntu-latest
33
- timeout-minutes : 100
33
+ timeout-minutes : 120
34
34
strategy :
35
35
matrix :
36
36
python-version : [3.6.9, 3.7, 3.8]
@@ -62,19 +62,19 @@ jobs:
62
62
- name : Run tests
63
63
uses : nick-invision/retry@v2
64
64
with :
65
- timeout_minutes : 30
65
+ timeout_minutes : 40
66
66
max_attempts : 3
67
67
command : bash ./run_ci_tests.sh
68
68
- name : Run examples
69
69
uses : nick-invision/retry@v2
70
70
with :
71
- timeout_minutes : 30
71
+ timeout_minutes : 40
72
72
max_attempts : 3
73
73
command : bash ./run_ci_examples.sh
74
74
75
75
test_linux_ray_release :
76
76
runs-on : ubuntu-latest
77
- timeout-minutes : 100
77
+ timeout-minutes : 120
78
78
strategy :
79
79
matrix :
80
80
python-version : [3.6.9, 3.7, 3.8]
@@ -99,21 +99,21 @@ jobs:
99
99
- name : Run tests
100
100
uses : nick-invision/retry@v2
101
101
with :
102
- timeout_minutes : 30
102
+ timeout_minutes : 40
103
103
max_attempts : 3
104
104
command : bash ./run_ci_tests.sh
105
105
- name : Run examples
106
106
uses : nick-invision/retry@v2
107
107
with :
108
- timeout_minutes : 30
108
+ timeout_minutes : 40
109
109
max_attempts : 3
110
110
command : bash ./run_ci_examples.sh
111
111
112
112
test_linux_compat :
113
113
# Test compatibility when some optional libraries are missing
114
114
# Test runs on latest ray release
115
115
runs-on : ubuntu-latest
116
- timeout-minutes : 100
116
+ timeout-minutes : 120
117
117
strategy :
118
118
matrix :
119
119
python-version : [3.6.9, 3.7, 3.8]
@@ -143,20 +143,20 @@ jobs:
143
143
- name : Run tests
144
144
uses : nick-invision/retry@v2
145
145
with :
146
- timeout_minutes : 30
146
+ timeout_minutes : 40
147
147
max_attempts : 3
148
148
command : bash ./run_ci_tests.sh --no-tune
149
149
- name : Run examples
150
150
uses : nick-invision/retry@v2
151
151
with :
152
- timeout_minutes : 30
152
+ timeout_minutes : 40
153
153
max_attempts : 3
154
154
command : bash ./run_ci_examples.sh --no-tune
155
155
156
156
test_linux_cutting_edge :
157
157
# Tests on cutting edge, i.e. latest Ray master, latest LightGBM master
158
158
runs-on : ubuntu-latest
159
- timeout-minutes : 100
159
+ timeout-minutes : 120
160
160
strategy :
161
161
matrix :
162
162
python-version : [3.6.9, 3.7, 3.8]
@@ -205,12 +205,12 @@ jobs:
205
205
- name : Run tests
206
206
uses : nick-invision/retry@v2
207
207
with :
208
- timeout_minutes : 30
208
+ timeout_minutes : 40
209
209
max_attempts : 3
210
210
command : bash ./run_ci_tests.sh
211
211
- name : Run examples
212
212
uses : nick-invision/retry@v2
213
213
with :
214
- timeout_minutes : 30
214
+ timeout_minutes : 40
215
215
max_attempts : 3
216
216
command : bash ./run_ci_examples.sh
0 commit comments