Skip to content

Commit d86147a

Browse files
add timeout (#342)
1 parent b348c21 commit d86147a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/run/tests/run_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def test_320_tns_run_ios_should_warn_if_package_ids_dont_match(self):
647647
result = Tns.run_ios(app_name=self.app_name, just_launch=False)
648648
strings = ["[WARNING]: The CFBundleIdentifier key inside the 'Info.plist' will be overriden",
649649
"Project successfully built"]
650-
TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings)
650+
TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings, timeout=120)
651651

652652
def test_325_tns_run_android_should_start_emulator(self):
653653
"""

0 commit comments

Comments
 (0)