ci(e2e): add timeout to jobs

This commit is contained in:
Felix Angelov
2024-07-29 12:49:46 -05:00
parent 64d33d3c7b
commit e531e2273b
+2
View File
@@ -22,6 +22,7 @@ jobs:
flutter-version: [3.22.3, 3.22.2, 3.19.6]
runs-on: ubuntu-latest
timeout-minutes: 15
env:
SHOREBIRD_HOSTED_URL: https://api-dev.shorebird.dev
@@ -92,6 +93,7 @@ jobs:
branch: [stable, main]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
env:
SHOREBIRD_HOSTED_URL: ${{ matrix.branch == 'stable' && 'https://api.shorebird.dev' || 'https://api-dev.shorebird.dev' }}