diff --git a/build/mobile/remoteautomation.py b/build/mobile/remoteautomation.py index e9a14c821a3f..ec9e44a3ed6e 100644 --- a/build/mobile/remoteautomation.py +++ b/build/mobile/remoteautomation.py @@ -415,6 +415,8 @@ class RemoteAutomation(Automation): slowLog = True if hasOutput: noOutputTimer = 0 + if self.counts and 'pass' in self.counts and self.counts['pass'] > 0: + interval = 0.5 time.sleep(interval) timer += interval noOutputTimer += interval