Skip to content

Commit b5e93d1

Browse files
committed
increase ci limit to 45mins
1 parent e524035 commit b5e93d1

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
@@ -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)

0 commit comments

Comments
 (0)