diff options
author | Valery Piashchynski <[email protected]> | 2020-12-15 11:46:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-15 11:46:23 +0300 |
commit | 0652f9f507f3b7a09d0b7f259588c794bd20bc02 (patch) | |
tree | 1fb8db5006e0dece7b9e23a2d28615d533c0fb4e /.github | |
parent | 9b1c2648bdbf80bdf43fbe2c64d06cfbad1340fc (diff) |
Tests fixed
Diffstat (limited to '.github')
-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 685aed7a..7e4ebb1e 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: 20 + timeout-minutes: 15 strategy: fail-fast: false matrix: |