Skip to content

Commit 83afd59

Browse files
authored
fix: add timeout to flaky test (#318)
1 parent 231dfe5 commit 83afd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/run/tests/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_110_tns_run_ios_release(self):
257257
# Verify console logs are not displayed in release builds
258258
not_existing_strings = ['JS:']
259259
TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings,
260-
not_existing_string_list=not_existing_strings)
260+
not_existing_string_list=not_existing_strings, timeout=120)
261261
self.sim.wait_for_text(text=Changes.JSHelloWord.JS.old_text)
262262
self.sim.wait_for_text(text=Changes.JSHelloWord.XML.old_text)
263263
blue_count = self.sim.get_pixels_by_color(color=Colors.LIGHT_BLUE)

0 commit comments

Comments
 (0)