From e656fe05056b079a261b98b069c1b8f9e17ad696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Fri, 8 Dec 2023 06:54:32 +0000 Subject: [PATCH] flow ci: raise timeout from 30m to 40m --- .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 a2a40e80da..268aa88137 100644 --- a/.github/workflows/flow.yml +++ b/.github/workflows/flow.yml @@ -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