@@ -170,7 +170,7 @@ def test_100_run_android(self, demo):
170
170
log = Tns .run_android (attributes = {'--path' : demo ,
171
171
'--device' : EMULATOR_ID }, wait = False , assert_success = False )
172
172
Tns .wait_for_log (log_file = log , string_list = Helpers .no_wp_run , not_existing_string_list = Helpers .wp_errors ,
173
- timeout = 240 )
173
+ timeout = 240 , check_interval = 5 )
174
174
Helpers .android_screen_match (image = demo + '_home' , tolerance = 1.0 )
175
175
if "-ng" in demo or "-ts" in demo :
176
176
Helpers .wait_typescript_watcher ()
@@ -196,7 +196,7 @@ def test_100_run_ios(self, demo):
196
196
Tns .kill ()
197
197
log = Tns .run_ios (attributes = {'--path' : demo , '--emulator' : '' }, wait = False , assert_success = False )
198
198
Tns .wait_for_log (log_file = log , string_list = Helpers .no_wp_run , not_existing_string_list = Helpers .wp_errors ,
199
- timeout = 240 )
199
+ timeout = 240 , check_interval = 5 )
200
200
Helpers .ios_screen_match (sim_id = self .SIMULATOR_ID , image = demo + '_home' , tolerance = 1.0 )
201
201
if "-ng" in demo or "-ts" in demo :
202
202
Helpers .wait_typescript_watcher ()
@@ -224,7 +224,7 @@ def test_200_run_android_bundle(self, demo):
224
224
'--bundle' : '' ,
225
225
'--device' : EMULATOR_ID }, wait = False , assert_success = False )
226
226
Tns .wait_for_log (log_file = log , string_list = Helpers .wp_run , not_existing_string_list = Helpers .wp_errors ,
227
- timeout = 240 )
227
+ timeout = 240 , check_interval = 5 )
228
228
Helpers .android_screen_match (image = demo + '_home' , tolerance = 1.0 )
229
229
Helpers .wait_webpack_watcher ()
230
230
0 commit comments