zebrunner / stf

Mirror for git@github.com:openstf/stf.git repository
Other
31 stars 18 forks source link

#938 Temporary disabling mute button after use #949

Closed ignacionar closed 6 months ago

ignacionar commented 6 months ago

The following PR disables mute button for 16s after use, and a small delay between every pressButton request.

This prevents overloading appium with pressButton requests and causing the 'Failed to grow buffer' error

vdelendik commented 6 months ago

@ignacionar, why 16s?

ignacionar commented 6 months ago

@vdelendik Each pressButton.('volumeDown') takes 1s, to mute entirely: 16 requests x 1s each