We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231dfe5 commit 83afd59Copy full SHA for 83afd59
tests/cli/run/tests/run_tests.py
@@ -257,7 +257,7 @@ def test_110_tns_run_ios_release(self):
257
# Verify console logs are not displayed in release builds
258
not_existing_strings = ['JS:']
259
TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings,
260
- not_existing_string_list=not_existing_strings)
+ not_existing_string_list=not_existing_strings, timeout=120)
261
self.sim.wait_for_text(text=Changes.JSHelloWord.JS.old_text)
262
self.sim.wait_for_text(text=Changes.JSHelloWord.XML.old_text)
263
blue_count = self.sim.get_pixels_by_color(color=Colors.LIGHT_BLUE)
0 commit comments