mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-20 07:51:13 +01:00
tests/emulator/on_device_tests: lower timeout
This commit is contained in:
parent
9ce04c7de1
commit
110bf17237
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue