3030
3131 test_linux_ray_master :
3232 runs-on : ubuntu-latest
33- timeout-minutes : 100
33+ timeout-minutes : 120
3434 strategy :
3535 matrix :
3636 python-version : [3.6.9, 3.7, 3.8]
6262 - name : Run tests
6363 uses : nick-invision/retry@v2
6464 with :
65- timeout_minutes : 30
65+ timeout_minutes : 35
6666 max_attempts : 3
6767 command : bash ./run_ci_tests.sh
6868 - name : Run examples
7474
7575 test_linux_ray_release :
7676 runs-on : ubuntu-latest
77- timeout-minutes : 100
77+ timeout-minutes : 120
7878 strategy :
7979 matrix :
8080 python-version : [3.6.9, 3.7, 3.8]
9999 - name : Run tests
100100 uses : nick-invision/retry@v2
101101 with :
102- timeout_minutes : 30
102+ timeout_minutes : 35
103103 max_attempts : 3
104104 command : bash ./run_ci_tests.sh
105105 - name : Run examples
@@ -113,7 +113,7 @@ jobs:
113113 # Test compatibility when some optional libraries are missing
114114 # Test runs on latest ray release
115115 runs-on : ubuntu-latest
116- timeout-minutes : 100
116+ timeout-minutes : 120
117117 strategy :
118118 matrix :
119119 python-version : [3.6.9, 3.7, 3.8]
@@ -143,7 +143,7 @@ jobs:
143143 - name : Run tests
144144 uses : nick-invision/retry@v2
145145 with :
146- timeout_minutes : 30
146+ timeout_minutes : 35
147147 max_attempts : 3
148148 command : bash ./run_ci_tests.sh --no-tune
149149 - name : Run examples
@@ -156,7 +156,7 @@ jobs:
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 : 100
159+ timeout-minutes : 120
160160 strategy :
161161 matrix :
162162 python-version : [3.6.9, 3.7, 3.8]
@@ -205,7 +205,7 @@ jobs:
205205 - name : Run tests
206206 uses : nick-invision/retry@v2
207207 with :
208- timeout_minutes : 30
208+ timeout_minutes : 35
209209 max_attempts : 3
210210 command : bash ./run_ci_tests.sh
211211 - name : Run examples
@@ -218,7 +218,7 @@ jobs:
218218 test_linux_xgboost_legacy :
219219 # Tests on XGBoost 0.90 and latest Ray release
220220 runs-on : ubuntu-latest
221- timeout-minutes : 100
221+ timeout-minutes : 120
222222 strategy :
223223 matrix :
224224 python-version : [3.6.9]
@@ -246,7 +246,7 @@ jobs:
246246 - name : Run tests
247247 uses : nick-invision/retry@v2
248248 with :
249- timeout_minutes : 30
249+ timeout_minutes : 35
250250 max_attempts : 3
251251 command : bash ./run_ci_tests.sh
252252 - name : Run examples
0 commit comments