fix(ci): lower timeout to 45 minutes (from default 360 mins)

This commit is contained in:
Björn Linse 2021-07-24 10:23:15 +02:00
parent a3e2636afd
commit 13db912e51

View File

@ -34,6 +34,7 @@ jobs:
runner: ubuntu-20.04
os: linux
runs-on: ${{ matrix.runner }}
timeout-minutes: 45
if: github.event.pull_request.draft == false
env:
CC: ${{ matrix.cc }}