Skip to content

Commit

Permalink
tests/emulator/on_device_tests: lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Jul 7, 2024
1 parent c84961e commit 3f744f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emulator/on_device_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 3f744f2

Please sign in to comment.