Skip to content

Commit 233e7de

Browse files
committed
increase ci limit to 45mins
1 parent 0b37c98 commit 233e7de

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

0 commit comments

Comments
 (0)