Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 9eb1ff8

Browse files
authored
Increase Crane performance test timeout (#268)
See flutter/flutter#64328 (comment) We'll need to also roll the new gallery version in https://github.com/flutter/flutter/blob/master/dev/devicelab/lib/versions/gallery.dart to have Flutter use this.
1 parent 9a1ec2d commit 9eb1ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_driver/transitions_perf_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void main([List<String> args = const <String>[]]) {
248248

249249
final summary = TimelineSummary.summarize(timeline);
250250
await summary.writeSummaryToFile('transitions-crane', pretty: true);
251-
}, timeout: const Timeout(Duration(seconds: 15)));
251+
}, timeout: const Timeout(Duration(seconds: 60)));
252252

253253
test('all demos', () async {
254254
if (isTestingCraneOnly) return;

0 commit comments

Comments
 (0)