diff options
author | Valery Piashchynski <[email protected]> | 2020-12-15 00:45:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-15 00:45:56 +0300 |
commit | 3cf93d96d24201758fb5c23529af90050c3914cb (patch) | |
tree | 73241d2205034adfe65b119864f9041599a50498 /.github | |
parent | 9cc8aef1f64f21d7238a3234df98657289a75db5 (diff) |
Rotate ports
Remaster worker_watcher
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 e24fb764..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: 30 + timeout-minutes: 20 strategy: fail-fast: false matrix: |