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:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
|
|
Loading…
Reference in New Issue