CI: Increase timeout for tests.

This commit is contained in:
Joachim Bauch 2023-01-17 15:15:00 +01:00
parent 8201e433d3
commit ef58f9087a
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 3 additions and 3 deletions

View file

@ -107,4 +107,4 @@ jobs:
env:
GOPROXY: off
run: |
make -C tmp test
make -C tmp test TIMEOUT=120s

View file

@ -67,11 +67,11 @@ jobs:
- name: Run tests
run: |
make test
make test TIMEOUT=120s
- name: Generate coverage report
run: |
make cover
make cover TIMEOUT=120s
echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
- name: Convert coverage to lcov