Skip to content

Commit 0e48ca9

Browse files
committed
extend timeout
1 parent 211823e commit 0e48ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)