Unverified Commit 0f4d2481 authored by Ming Lyu (CareF)'s avatar Ming Lyu (CareF) Committed by GitHub

Revert "run the test longer time (#64185)" (#64255)

parent c8c575c8
......@@ -11,7 +11,7 @@ void main() {
'multi_widget_construction_perf',
kMultiWidgetConstructionRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 20),
timeout: const Duration(seconds: 60),
duration: const Duration(seconds: 10),
timeout: const Duration(seconds: 45),
);
}
......@@ -11,7 +11,7 @@ void main() {
'multi_widget_construction_perf',
kMultiWidgetConstructionRouteName,
pageDelay: const Duration(seconds: 1),
duration: const Duration(seconds: 20),
timeout: const Duration(seconds: 60),
duration: const Duration(seconds: 10),
timeout: const Duration(seconds: 45),
);
}
......@@ -170,7 +170,6 @@ 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