ci: set a CI timeout

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-04-07 18:50:18 -07:00
parent ae0ef42556
commit 1e7d8bee16

View File

@ -45,6 +45,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check out
uses: actions/checkout@v2
@ -79,4 +80,3 @@ jobs:
- name: Integration test
run: |
make integration