diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 21:12:33 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 21:12:33 +0300 |
commit | 497112cf98d908c6ad99ac971b9ccd4a8d2f22c3 (patch) | |
tree | b3033b1812f912aa9fe44cdb5621f58bc6dcd2df | |
parent | 053dda2833606fb90151efb6b2e4d6f91994d83a (diff) |
Increase test timeout
-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 4ba9fb3e..685aed7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: golang: name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}}) runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 20 strategy: fail-fast: false matrix: |