Skip to content

Commit 9375b56

Browse files
committed
Increase job timeout to 5min
1 parent 2ef135f commit 9375b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
test:
1313
name: Test GatewayD
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
services:
1818
postgres:
1919
image: postgres
@@ -69,7 +69,7 @@ jobs:
6969
name: Test GatewayD Plugins
7070
runs-on: ubuntu-latest
7171
needs: test
72-
timeout-minutes: 3
72+
timeout-minutes: 5
7373
services:
7474
postgres:
7575
image: postgres

0 commit comments

Comments
 (0)