File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def test_010_test_mocha_android_emulator(self):
34
34
Tns .create_app (app_name = "TNS_App" )
35
35
run (TNS_PATH + " test init --framework mocha --path TNS_App" )
36
36
37
- output = run (TNS_PATH + " test android --device emulator-5554 --justlaunch --path TNS_App" )
37
+ output = run (TNS_PATH + " test android --device emulator-5554 --justlaunch --path TNS_App" , 60 )
38
38
assert "Successfully prepared plugin nativescript-unit-test-runner for android." in output
39
39
assert "Project successfully prepared" in output
40
40
assert "server started" in output
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ def tearDownClass(cls):
37
37
38
38
def test_010_test_jasmine_ios_simulator (self ):
39
39
Tns .create_app (app_name = "TNS_App" )
40
- run (TNS_PATH + " test init --framework jasmine --justlaunch -- path TNS_App" )
40
+ run (TNS_PATH + " test init --framework jasmine --path TNS_App" )
41
41
42
- output = run (TNS_PATH + " test ios --emulator --path TNS_App" )
42
+ output = run (TNS_PATH + " test ios --emulator --justlaunch -- path TNS_App" , 60 )
43
43
assert "Successfully prepared plugin nativescript-unit-test-runner for ios." in output
44
44
assert "Project successfully prepared" in output
45
45
assert "server started" in output
You can’t perform that action at this time.
0 commit comments