Add github actions timeout of 60 minutes (#328)

This commit is contained in:
Kim De Mey 2021-02-17 15:43:05 +01:00 committed by GitHub
parent be92a68d4c
commit e8fbd3a83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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