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 @@ -330,21 +330,21 @@ jobs:
330330 env :
331331 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
332332 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed --timeout 600 -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
333- timeout-minutes : 45
333+ timeout-minutes : 60
334334
335335 - if : runner.os == 'macOS'
336336 name : run cpython platform-dependent tests (MacOS)
337337 env :
338338 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
339339 run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed --timeout 600 -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
340- timeout-minutes : 45
340+ timeout-minutes : 50
341341
342342 - if : runner.os == 'Windows'
343343 name : run cpython platform-dependent tests (windows partial - fixme)
344344 env :
345345 RUSTPYTHON_SKIP_ENV_POLLUTERS : true
346346 run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed --timeout 600 -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
347- timeout-minutes : 45
347+ timeout-minutes : 50
348348
349349 - if : runner.os == 'Linux'
350350 name : run cpython tests to check if env polluters have stopped polluting (Common/Linux)
You can’t perform that action at this time.
0 commit comments