From 915633bd2d1c845a91c1dde2ba1a4d3b1a61645e Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Tue, 16 Aug 2022 19:23:12 +0300 Subject: [PATCH] Increase timeout limit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88c65d3..bcbd9f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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