mirror of https://github.com/vacp2p/nim-quic.git
Set CI timeout to 10 minutes
Instead of default 360 minutes.
This commit is contained in:
parent
3bfee1392b
commit
3c06acb627
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 10
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
|
Loading…
Reference in New Issue