We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19d800 commit 0f6d89fCopy full SHA for 0f6d89f
tests/emulator/run_android_tests.py
@@ -164,8 +164,11 @@ def test_100_tns_run_android_release(self):
164
'--keyStoreAliasPassword': ANDROID_KEYSTORE_ALIAS_PASS,
165
'--release': ''}, wait=False, assert_success=False)
166
167
- strings = ['Project successfully prepared']
168
- Tns.wait_for_log(log_file=log, string_list=strings, timeout=60)
+ strings = ['Project successfully prepared', 'Project successfully built',
+ 'Successfully installed on device with identifier',
169
+ 'Successfully started on device with identifier',
170
+ 'JS:', EMULATOR_ID]
171
+ Tns.wait_for_log(log_file=log, string_list=strings, timeout=120)
172
173
# Verify app looks is update after changes in js, css and xml
174
Device.screen_match(device_name=EMULATOR_NAME, device_id=EMULATOR_ID,
0 commit comments