diff options
author | Valery Piashchynski <[email protected]> | 2020-12-21 23:44:40 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-21 23:44:40 +0300 |
commit | 0bd922da886181a777e069baac6da1cbe19b5456 (patch) | |
tree | 0d1e6e3ceb4b156710a48e9e6091d7c918094ac4 | |
parent | 8ab1321e692887ec35189d9b00aa27cdeab04fd8 (diff) |
Add some time to the tests
-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 c82f904e..04208eeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: golang: name: Build (Go ${{ matrix.go }}, PHP ${{ matrix.php }}) runs-on: ubuntu-20.04 - timeout-minutes: 10 + timeout-minutes: 20 strategy: fail-fast: false matrix: |