Skip to content

Commit e039b14

Browse files
committed
Increase timeout of test workflow
1 parent 7e0542e commit e039b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
test:
1313
name: Test gatewayd-plugin-cache
1414
runs-on: ubuntu-latest
15-
# Timeout after 3 minutes, to avoid hanging tests
16-
timeout-minutes: 3
15+
# Timeout after 5 minutes, to avoid hanging tests
16+
timeout-minutes: 5
1717
steps:
1818
- name: Checkout 🛎️
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)