mirror of https://github.com/status-im/nim-eth.git
Add github actions timeout of 60 minutes (#328)
This commit is contained in:
parent
be92a68d4c
commit
e8fbd3a83e
|
@ -52,6 +52,7 @@ jobs:
|
|||
|
||||
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.target.TEST_LANG }} (${{ matrix.branch }})'
|
||||
runs-on: ${{ matrix.builder }}
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- name: Checkout nim-eth
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue