Unverified Commit 1fc3a5e4 authored by Ming Lyu (CareF)'s avatar Ming Lyu (CareF) Committed by GitHub

run the test longer time (#64185)

parent d6e308c5
......@@ -11,7 +11,7 @@ void main() {
'multi_widget_construction_perf',
kMultiWidgetConstructionRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 10),
timeout: const Duration(seconds: 45),
duration: const Duration(seconds: 20),
timeout: const Duration(seconds: 60),
);
}
......@@ -11,7 +11,7 @@ void main() {
'multi_widget_construction_perf',
kMultiWidgetConstructionRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 10),
timeout: const Duration(seconds: 45),
duration: const Duration(seconds: 20),
timeout: const Duration(seconds: 60),
);
}
......@@ -170,6 +170,7 @@ tasks:
Measures the runtime performance of constructing and destructing widgets on Android.
stage: devicelab
required_agent_capabilities: ["linux/android"]
flaky: true
multi_widget_construction_perf__e2e_summary:
description: >
......
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