Increase timeout time

Former-commit-id: 502c4415e7
This commit is contained in:
Malte Rosenbjerg 2020-12-07 22:07:41 +01:00
parent f30ad52a0e
commit 0d57b95f13

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
timeout-minutes: 4
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v1