mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
tests/emulator/on_device_tests: lower timeout
This commit is contained in:
parent
c84961e1c2
commit
3f744f2475
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue