Skip to content

Commit

Permalink
Increase job timeout to 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 17, 2023
1 parent 2ef135f commit 9375b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
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
services:
postgres:
image: postgres
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: Test GatewayD Plugins
runs-on: ubuntu-latest
needs: test
timeout-minutes: 3
timeout-minutes: 5
services:
postgres:
image: postgres
Expand Down

0 comments on commit 9375b56

Please sign in to comment.