tests/emulator/on_device_tests: lower timeout

This commit is contained in:
Alexander Sosedkin 2024-07-05 22:27:16 +02:00
parent c84961e1c2
commit 3f744f2475

View file

@ -29,5 +29,5 @@ def run(d):
d.ui(text='ALLOW').click() d.ui(text='ALLOW').click()
screenshot(d, 'tests-running') screenshot(d, 'tests-running')
wait_for(d, 'tests, 0 failures in', timeout=1800) wait_for(d, 'tests, 0 failures in', timeout=1200)
screenshot(d, 'tests-finished') screenshot(d, 'tests-finished')