From c0cc559f3e86192bbd5ea396d167d5a1d1d3a066 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 1 Aug 2024 13:53:42 -0500 Subject: [PATCH] ci(e2e): fix timeout minutes --- .github/workflows/e2e.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ba3ea8e2..34e7b66e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -13,7 +13,6 @@ on: env: SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }} FLUTTER_VERSION: 3.22.3 - TIMEOUT_MINUTES: 15 jobs: patch: @@ -23,7 +22,7 @@ jobs: flutter-version: [3.22.3, 3.22.2, 3.19.6] runs-on: ubuntu-latest - timeout-minutes: ${{ env.TIMEOUT_MINUTES }} + timeout-minutes: 15 env: SHOREBIRD_HOSTED_URL: https://api-dev.shorebird.dev @@ -94,7 +93,7 @@ jobs: branch: [stable, main] runs-on: ${{ matrix.os }} - timeout-minutes: ${{ env.TIMEOUT_MINUTES }} + timeout-minutes: 15 env: SHOREBIRD_HOSTED_URL: ${{ matrix.branch == 'stable' && 'https://api.shorebird.dev' || 'https://api-dev.shorebird.dev' }}