Skip to content

Commit

Permalink
Increase timeout of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Sep 14, 2024
1 parent 7e0542e commit e039b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
test:
name: Test gatewayd-plugin-cache
runs-on: ubuntu-latest
# Timeout after 3 minutes, to avoid hanging tests
timeout-minutes: 3
# Timeout after 5 minutes, to avoid hanging tests
timeout-minutes: 5
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit e039b14

Please sign in to comment.