Skip to content

Commit 5bedb7b

Browse files
[flutter_releases] Flutter 2.1.0-12.2.pre Beta Framework Cherrypicks flutter#78474
Co-authored-by: Gary Qian <garyq@google.com>
1 parent 8264cb3 commit 5bedb7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/flutter_tools/test/integration.shard/deferred_components_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void main() {
6262
expect(archive.findFile('base/assets/flutter_assets/test_assets/asset1.txt') != null, true);
6363

6464
expect(result.exitCode, 0);
65-
}, timeout: const Timeout(Duration(minutes: 2)));
65+
}, timeout: const Timeout(Duration(minutes: 5)));
6666

6767
testWithoutContext('simple build appbundle all targets succeeds', () async {
6868
final DeferredComponentsProject project = DeferredComponentsProject(BasicDeferredComponentsConfig());
@@ -105,7 +105,7 @@ void main() {
105105
expect(archive.findFile('base/assets/flutter_assets/test_assets/asset1.txt') != null, true);
106106

107107
expect(result.exitCode, 0);
108-
}, timeout: const Timeout(Duration(minutes: 3)));
108+
}, timeout: const Timeout(Duration(minutes: 5)));
109109

110110
testWithoutContext('simple build appbundle no-deferred-components succeeds', () async {
111111
final DeferredComponentsProject project = DeferredComponentsProject(BasicDeferredComponentsConfig());
@@ -151,7 +151,7 @@ void main() {
151151
expect(archive.findFile('base/assets/flutter_assets/test_assets/asset1.txt') != null, true);
152152

153153
expect(result.exitCode, 0);
154-
}, timeout: const Timeout(Duration(minutes: 3)));
154+
}, timeout: const Timeout(Duration(minutes: 5)));
155155

156156
testWithoutContext('simple build appbundle mismatched golden no-validate-deferred-components succeeds', () async {
157157
final DeferredComponentsProject project = DeferredComponentsProject(MismatchedGoldenDeferredComponentsConfig());
@@ -198,7 +198,7 @@ void main() {
198198
expect(archive.findFile('base/assets/flutter_assets/test_assets/asset1.txt') != null, true);
199199

200200
expect(result.exitCode, 0);
201-
}, timeout: const Timeout(Duration(minutes: 3)));
201+
}, timeout: const Timeout(Duration(minutes: 5)));
202202

203203
testWithoutContext('simple build appbundle missing android dynamic feature module fails', () async {
204204
final DeferredComponentsProject project = DeferredComponentsProject(NoAndroidDynamicFeatureModuleDeferredComponentsConfig());

0 commit comments

Comments
 (0)