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 @@ -280,17 +280,17 @@ jobs:
280280 name : run cpython platform-independent tests
281281 run :
282282 target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
283- timeout-minutes : 35
283+ timeout-minutes : 45
284284
285285 - if : runner.os == 'Linux'
286286 name : run cpython platform-dependent tests (Linux)
287287 run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
288- timeout-minutes : 35
288+ timeout-minutes : 45
289289
290290 - if : runner.os == 'macOS'
291291 name : run cpython platform-dependent tests (MacOS)
292292 run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
293- timeout-minutes : 35
293+ timeout-minutes : 45
294294
295295 - if : runner.os == 'Windows'
296296 name : run cpython platform-dependent tests (windows partial - fixme)
You can’t perform that action at this time.
0 commit comments