Skip to content

Commit c79ea1e

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Set command timeout
1 parent 28c9676 commit c79ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verbose/verbose_log_emulator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def tearDown(self):
2929
def test_101_verbose_log_android(self):
3030
Tns.create_app(app_name="TNS_App", copy_from="data/apps/verbose-hello-world")
3131
Tns.platform_add(platform="android", framework_path=ANDROID_RUNTIME_PATH, path="TNS_App")
32-
output = run(TNS_PATH + " run android --emulator --path TNS_App", 180, output=True, file_name=VERBOSE_LOG)
32+
output = run(TNS_PATH + " run android --emulator --justlaunch --path TNS_App", 180, output=True, file_name=VERBOSE_LOG)
3333
assert "Project successfully built" in output
3434

3535
lines = output.split('\n')

0 commit comments

Comments
 (0)