diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 23:08:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 23:08:56 +0300 |
commit | 9cc8aef1f64f21d7238a3234df98657289a75db5 (patch) | |
tree | 51bc6c1d0f27be7bf85b2fde484471888203f9ce /.github/workflows/build.yml | |
parent | fd0818ef7a8735f5ea3810eb8e0def5f7caae381 (diff) |
Remove debug code, increase CI timeout to 30 minutes
Diffstat (limited to '.github/workflows/build.yml')
-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..e24fb764 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: 30 strategy: fail-fast: false matrix: |