Unverified Commit e10db6c8 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Lower the iteration count on back_button_memory test (#40266)

It's still hitting global devicelab timeout
parent 8eee93fa
......@@ -21,6 +21,9 @@ class BackButtonMemoryTest extends MemoryTest {
@override
AndroidDevice get device => super.device;
@override
int get iterationCount => 5;
/// Perform a series of back button suspend and resume cycles.
@override
Future<void> useMemory() async {
......
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