Unverified Commit fb816326 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[devicelab] increase timeout for cull bench (#66481)

parent bbd7b976
...@@ -12,6 +12,6 @@ void main() { ...@@ -12,6 +12,6 @@ void main() {
kCullOpacityRouteName, kCullOpacityRouteName,
pageDelay: const Duration(seconds: 1), pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 10), duration: const Duration(seconds: 10),
timeout: const Duration(seconds: 45), timeout: const Duration(minutes: 2),
); );
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment