We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0542e commit e039b14Copy full SHA for e039b14
1 file changed
.github/workflows/test.yaml
@@ -12,8 +12,8 @@ jobs:
12
test:
13
name: Test gatewayd-plugin-cache
14
runs-on: ubuntu-latest
15
- # Timeout after 3 minutes, to avoid hanging tests
16
- timeout-minutes: 3
+ # Timeout after 5 minutes, to avoid hanging tests
+ timeout-minutes: 5
17
steps:
18
- name: Checkout 🛎️
19
uses: actions/checkout@v3
0 commit comments