File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/auth/amplify_auth_cognito/example/test_driver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
- name : Launch Android emulator
76
76
uses : ./.github/composite_actions/launch_android_emulator
77
77
# Make the timeout a little longer and add retry due to delay from starting emulator.
78
- timeout-minutes : 60
78
+ timeout-minutes : 90
79
79
with :
80
80
api-level : ${{ matrix.api-level }}
81
81
target : ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import 'package:integration_test/integration_test_driver.dart';
6
6
// Required for running integration tests in the browser
7
7
// https://docs.flutter.dev/cookbook/testing/integration/introduction#5b-web
8
8
Future <void > main () => integrationDriver (
9
- timeout: const Duration (minutes: 60 ),
9
+ timeout: const Duration (minutes: 90 ),
10
10
);
You can’t perform that action at this time.
0 commit comments