Skip to content

Commit

Permalink
flow ci: raise timeout from 30m to 40m
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 8, 2023
1 parent 7ee6efe commit e656fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
flow_test:
strategy:
matrix:
runner: [ubicloud-standard-8-ubuntu-2204-arm, ubuntu-latest]
runner: ubicloud-standard-8-ubuntu-2204-arm
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
timeout-minutes: 40
services:
pg_cdc:
image: imresamu/postgis:15-3.4-alpine
Expand Down

0 comments on commit e656fe0

Please sign in to comment.