Unverified Commit 7034bc57 authored by Dan Field's avatar Dan Field Committed by GitHub

Reduce duration of benchmark to avoid timeout (#51214)

parent 3275adb7
......@@ -11,6 +11,6 @@ void main() {
'animated_placeholder_perf',
kAnimatedPlaceholderRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 15),
duration: const Duration(seconds: 5),
);
}
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