Skip to content

Commit

Permalink
test with lowered parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 1, 2024
1 parent 117626a commit a511c6e
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 @@ -12,7 +12,7 @@ jobs:
matrix:
runner: [ubicloud-standard-16-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
timeout-minutes: 40
services:
catalog:
image: imresamu/postgis:15-3.4-alpine
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: temporal server start-dev --headless & (sleep 1; temporal operator search-attribute create --name MirrorName --type Text --namespace default)

- name: run tests
run: go test -v -p 60 ./... -timeout 1200s
run: go test -v -p 12 ./... -timeout 1800s
working-directory: ./flow
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit a511c6e

Please sign in to comment.