diff --git a/dev/benchmarks/macrobenchmarks/test_driver/simple_animation_perf_test.dart b/dev/benchmarks/macrobenchmarks/test_driver/simple_animation_perf_test.dart index 34c69d0fdd..d043b91a3a 100644 --- a/dev/benchmarks/macrobenchmarks/test_driver/simple_animation_perf_test.dart +++ b/dev/benchmarks/macrobenchmarks/test_driver/simple_animation_perf_test.dart @@ -10,5 +10,7 @@ void main() { macroPerfTest( 'simple_animation_perf', kSimpleAnimationRouteName, + pageDelay: const Duration(seconds: 10), + duration: const Duration(seconds: 10), ); }