From e204b12e25064eabd296a0ee39f7f59b736fa0ce Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Tue, 20 May 2025 14:11:34 -0700 Subject: [PATCH] Update the amount of time to run the devicememoryconsumption tests on android. --- eng/performance/maui_scenarios_android.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/performance/maui_scenarios_android.proj b/eng/performance/maui_scenarios_android.proj index 6a0c11404a6..b48e5ebc098 100644 --- a/eng/performance/maui_scenarios_android.proj +++ b/eng/performance/maui_scenarios_android.proj @@ -99,7 +99,7 @@ echo on; xcopy %HELIX_CORRELATION_PAYLOAD%\$(PreparePayloadOutDirectoryName)\%(HelixWorkItem.ScenarioDirectoryName) %HELIX_WORKITEM_ROOT%\pub\ /E /I /Y - $(Python) test.py devicememoryconsumption --device-type android --package-path pub\%(HelixWorkItem.ApkName).apk --package-name %(HelixWorkItem.PackageName) --scenario-name "%(Identity)" --runtime 30 --test-iteration 2 $(ScenarioArgs) + $(Python) test.py devicememoryconsumption --device-type android --package-path pub\%(HelixWorkItem.ApkName).apk --package-name %(HelixWorkItem.PackageName) --scenario-name "%(Identity)" --runtime 90 --test-iteration 2 $(ScenarioArgs)