Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Change timeout on Action workflow
  • Loading branch information
tomassrnka authored May 4, 2023
1 parent f15988d commit 972b554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
matrix:
version: ["8.0", "8.1", "8.2"]
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout pecl-memcache extension
uses: actions/checkout@v2
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
- name: test
run: |
MEMCACHE_PROTOCOL=ascii make test TESTS="--show-diff"
MEMCACHE_PROTOCOL=binary make test TESTS="--show-diff"
MEMCACHE_PROTOCOL=binary make test TESTS="--show-diff"

0 comments on commit 972b554

Please sign in to comment.