diff --git a/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart b/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart index 9a5a78ab7a..9ea504e874 100644 --- a/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart +++ b/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart @@ -25,7 +25,7 @@ void main() { test('inital tree creation', () async { // Let app become fully idle. - await Future.delayed(const Duration(seconds: 1)); + await Future.delayed(const Duration(seconds: 2)); final Timeline timeline = await driver.traceAction(() async { expect(await driver.setSemantics(true), isTrue);