chore: increased timeout for device synced
This commit is contained in:
parent
688e619bdd
commit
10bf994f39
|
@ -84,7 +84,7 @@ def test_sync_device_during_onboarding(multiple_instance, user_data):
|
||||||
raise ex
|
raise ex
|
||||||
sync_result = SyncResultView()
|
sync_result = SyncResultView()
|
||||||
assert driver.waitFor(
|
assert driver.waitFor(
|
||||||
lambda: 'Device synced!' in sync_result.device_synced_notifications, 15000)
|
lambda: 'Device synced!' in sync_result.device_synced_notifications, 18000)
|
||||||
assert user.name in sync_device_found.device_found_notifications
|
assert user.name in sync_device_found.device_found_notifications
|
||||||
|
|
||||||
with step('Sign in to synced account'):
|
with step('Sign in to synced account'):
|
||||||
|
|
Loading…
Reference in New Issue