ci(e2e): add timeout to jobs
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user