We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b348c21 commit d86147aCopy full SHA for d86147a
tests/cli/run/tests/run_tests.py
@@ -647,7 +647,7 @@ def test_320_tns_run_ios_should_warn_if_package_ids_dont_match(self):
647
result = Tns.run_ios(app_name=self.app_name, just_launch=False)
648
strings = ["[WARNING]: The CFBundleIdentifier key inside the 'Info.plist' will be overriden",
649
"Project successfully built"]
650
- TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings)
+ TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings, timeout=120)
651
652
def test_325_tns_run_android_should_start_emulator(self):
653
"""
0 commit comments