Increase timeout limit

This commit is contained in:
Muhammed Kalkan 2022-08-16 19:23:12 +03:00 committed by GitHub
parent 98eb947ad9
commit 915633bd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 360
steps:
- name: Checkout
uses: actions/checkout@v3.0.2