mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
Add CI job timeout of 60 minutes (#127)
This commit is contained in:
parent
f828736e1c
commit
792e71bb60
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
platform: [ubuntu-latest, macos-latest]
|
platform: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
env: ${{ matrix.env }}
|
env: ${{ matrix.env }}
|
||||||
|
timeout-minutes: 60
|
||||||
|
|
||||||
name: ${{ matrix.platform }} - ${{ matrix.env.NPROC }} processes
|
name: ${{ matrix.platform }} - ${{ matrix.env.NPROC }} processes
|
||||||
|
|
||||||
@ -52,6 +53,7 @@ jobs:
|
|||||||
- { NPROC: 2 }
|
- { NPROC: 2 }
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
env: ${{ matrix.env }}
|
env: ${{ matrix.env }}
|
||||||
|
timeout-minutes: 60
|
||||||
|
|
||||||
name: windows - ${{ matrix.env.NPROC }} processes
|
name: windows - ${{ matrix.env.NPROC }} processes
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user