diff options
author | Valery Piashchynski <[email protected]> | 2020-12-20 18:08:48 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-20 18:08:48 +0300 |
commit | 35ee3b921be6e4416ff26a610f2f95044ff80cbd (patch) | |
tree | 6f017d59c92a59308c00aa3c338ea32b96f2d13d /.github/workflows | |
parent | a33feca4cfea6d4b405acb6bd0e51cfc0f9f3f8c (diff) |
Increase CI timeout to 60 minutes
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 389003f7..d6644450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: golang: name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}}) runs-on: ${{ matrix.os }} - timeout-minutes: 25 + timeout-minutes: 60 strategy: fail-fast: false matrix: |