ci(e2e): adjust timeouts
This commit is contained in:
@@ -19,15 +19,26 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
flutter-version: [2.29.1, 3.29.0, 3.27.2, 3.27.1, 3.27.0, 3.24.5, 3.24.4, 3.24.3, 3.24.1, 3.24.0, 3.22.3, 3.22.2, 3.19.6]
|
||||
flutter-version:
|
||||
[
|
||||
2.29.1,
|
||||
3.29.0,
|
||||
3.27.2,
|
||||
3.27.1,
|
||||
3.27.0,
|
||||
3.24.5,
|
||||
3.24.4,
|
||||
3.24.3,
|
||||
3.24.1,
|
||||
3.24.0,
|
||||
3.22.3,
|
||||
3.22.2,
|
||||
3.19.6,
|
||||
]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
|
||||
# Skip running the stable branch with the latest stable version of Flutter
|
||||
# to avoid "flutter create" generating a project with an incompatible version of Flutter.
|
||||
if: ${{ matrix.branch == 'stable' && matrix.flutter-version != env.FLUTTER_VERSION }}
|
||||
|
||||
env:
|
||||
SHOREBIRD_HOSTED_URL: https://api-dev.shorebird.dev
|
||||
|
||||
@@ -108,7 +119,7 @@ jobs:
|
||||
branch: [stable, main]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
|
||||
env:
|
||||
SHOREBIRD_HOSTED_URL: ${{ matrix.branch == 'stable' && 'https://api.shorebird.dev' || 'https://api-dev.shorebird.dev' }}
|
||||
|
||||
@@ -241,7 +241,7 @@ void main() {
|
||||
completion(isFalse),
|
||||
);
|
||||
},
|
||||
timeout: const Timeout(Duration(minutes: 10)),
|
||||
timeout: const Timeout(Duration(minutes: 15)),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user