From 3f744f24753cdd0dc25975ab02148b74477a8452 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Fri, 5 Jul 2024 22:27:16 +0200 Subject: [PATCH] tests/emulator/on_device_tests: lower timeout --- tests/emulator/on_device_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/emulator/on_device_tests.py b/tests/emulator/on_device_tests.py index 4496e79..5673c06 100644 --- a/tests/emulator/on_device_tests.py +++ b/tests/emulator/on_device_tests.py @@ -29,5 +29,5 @@ def run(d): d.ui(text='ALLOW').click() 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')