3030
3131 test_linux_ray_master :
3232 runs-on : ubuntu-latest
33- timeout-minutes : 120
33+ timeout-minutes : 160
3434 strategy :
3535 matrix :
3636 python-version : [3.6.9, 3.7, 3.8]
@@ -62,19 +62,19 @@ jobs:
6262 - name : Run tests
6363 uses : nick-invision/retry@v2
6464 with :
65- timeout_minutes : 35
65+ timeout_minutes : 45
6666 max_attempts : 3
6767 command : bash ./run_ci_tests.sh
6868 - name : Run examples
6969 uses : nick-invision/retry@v2
7070 with :
71- timeout_minutes : 30
71+ timeout_minutes : 10
7272 max_attempts : 3
7373 command : bash ./run_ci_examples.sh
7474
7575 test_linux_ray_release :
7676 runs-on : ubuntu-latest
77- timeout-minutes : 120
77+ timeout-minutes : 160
7878 strategy :
7979 matrix :
8080 python-version : [3.6.9, 3.7, 3.8]
@@ -99,21 +99,21 @@ jobs:
9999 - name : Run tests
100100 uses : nick-invision/retry@v2
101101 with :
102- timeout_minutes : 35
102+ timeout_minutes : 45
103103 max_attempts : 3
104104 command : bash ./run_ci_tests.sh
105105 - name : Run examples
106106 uses : nick-invision/retry@v2
107107 with :
108- timeout_minutes : 30
108+ timeout_minutes : 10
109109 max_attempts : 3
110110 command : bash ./run_ci_examples.sh
111111
112112 test_linux_compat :
113113 # Test compatibility when some optional libraries are missing
114114 # Test runs on latest ray release
115115 runs-on : ubuntu-latest
116- timeout-minutes : 120
116+ timeout-minutes : 160
117117 strategy :
118118 matrix :
119119 python-version : [3.6.9, 3.7, 3.8]
@@ -143,20 +143,20 @@ jobs:
143143 - name : Run tests
144144 uses : nick-invision/retry@v2
145145 with :
146- timeout_minutes : 35
146+ timeout_minutes : 45
147147 max_attempts : 3
148148 command : bash ./run_ci_tests.sh --no-tune
149149 - name : Run examples
150150 uses : nick-invision/retry@v2
151151 with :
152- timeout_minutes : 30
152+ timeout_minutes : 10
153153 max_attempts : 3
154154 command : bash ./run_ci_examples.sh --no-tune
155155
156156 test_linux_cutting_edge :
157157 # Tests on cutting edge, i.e. latest Ray master, latest XGBoost master
158158 runs-on : ubuntu-latest
159- timeout-minutes : 120
159+ timeout-minutes : 160
160160 strategy :
161161 matrix :
162162 python-version : [3.6.9, 3.7, 3.8]
@@ -205,20 +205,20 @@ jobs:
205205 - name : Run tests
206206 uses : nick-invision/retry@v2
207207 with :
208- timeout_minutes : 35
208+ timeout_minutes : 45
209209 max_attempts : 3
210210 command : bash ./run_ci_tests.sh
211211 - name : Run examples
212212 uses : nick-invision/retry@v2
213213 with :
214- timeout_minutes : 30
214+ timeout_minutes : 10
215215 max_attempts : 3
216216 command : bash ./run_ci_examples.sh
217217
218218 test_linux_xgboost_legacy :
219219 # Tests on XGBoost 0.90 and latest Ray release
220220 runs-on : ubuntu-latest
221- timeout-minutes : 120
221+ timeout-minutes : 160
222222 strategy :
223223 matrix :
224224 python-version : [3.6.9]
@@ -246,12 +246,12 @@ jobs:
246246 - name : Run tests
247247 uses : nick-invision/retry@v2
248248 with :
249- timeout_minutes : 35
249+ timeout_minutes : 45
250250 max_attempts : 3
251251 command : bash ./run_ci_tests.sh
252252 - name : Run examples
253253 uses : nick-invision/retry@v2
254254 with :
255- timeout_minutes : 30
255+ timeout_minutes : 10
256256 max_attempts : 3
257257 command : bash ./run_ci_examples.sh
0 commit comments