From 68ef164b1ebf55dd026cce08b1b695e1ecbe463b Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Wed, 23 Sep 2020 12:13:02 -0700 Subject: [PATCH] [devicelab] increase timeout for cull bench --- .../macrobenchmarks/test_driver/cull_opacity_perf_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart b/dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart index 9dd0d05c09089f..eb7a8c6528bc23 100644 --- a/dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart +++ b/dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart @@ -12,6 +12,6 @@ void main() { kCullOpacityRouteName, pageDelay: const Duration(seconds: 1), duration: const Duration(seconds: 10), - timeout: const Duration(seconds: 45), + timeout: const Duration(minutes: 2), ); }