File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,21 +297,21 @@ jobs:
297297 env :
298298 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
299299 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed --timeout 600 -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
300- timeout-minutes : 35
300+ timeout-minutes : 45
301301
302302 - if : runner.os == 'Linux'
303303 name : run cpython platform-dependent tests (Linux)
304304 env :
305305 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
306306 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed --timeout 600 -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
307- timeout-minutes : 35
307+ timeout-minutes : 45
308308
309309 - if : runner.os == 'macOS'
310310 name : run cpython platform-dependent tests (MacOS)
311311 env :
312312 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
313313 run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed --timeout 600 -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
314- timeout-minutes : 35
314+ timeout-minutes : 45
315315
316316 - if : runner.os == 'Windows'
317317 name : run cpython platform-dependent tests (windows partial - fixme)
You can’t perform that action at this time.
0 commit comments