Skip to content

Commit 9d4726f

Browse files
author
Dillon Nys
committed
ci(auth): Bump e2e test timeout to 90 minutes
1 parent a880039 commit 9d4726f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amplify_integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Launch Android emulator
7676
uses: ./.github/composite_actions/launch_android_emulator
7777
# Make the timeout a little longer and add retry due to delay from starting emulator.
78-
timeout-minutes: 60
78+
timeout-minutes: 90
7979
with:
8080
api-level: ${{ matrix.api-level }}
8181
target: ${{ matrix.target }}

packages/auth/amplify_auth_cognito/example/test_driver/integration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import 'package:integration_test/integration_test_driver.dart';
66
// Required for running integration tests in the browser
77
// https://docs.flutter.dev/cookbook/testing/integration/introduction#5b-web
88
Future<void> main() => integrationDriver(
9-
timeout: const Duration(minutes: 60),
9+
timeout: const Duration(minutes: 90),
1010
);

0 commit comments

Comments
 (0)