From a511c6e4629b643883aea2f3f43581a4b2f72c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Fri, 1 Mar 2024 01:39:55 +0000 Subject: [PATCH] test with lowered parallelism --- .github/workflows/flow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flow.yml b/.github/workflows/flow.yml index d3a9b4bf86..e08b2cff80 100644 --- a/.github/workflows/flow.yml +++ b/.github/workflows/flow.yml @@ -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 @@ -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 }}