Skip to content

Commit 12adf74

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Increase debug command timeout
1 parent 3214743 commit 12adf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/debug/debug_simulator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_002_debug_ios_simulator_start(self):
6161
time.sleep(5)
6262

6363
output = run(TNS_PATH + " debug ios --start --emulator --path TNS_App --frameworkPath " +
64-
IOS_RUNTIME_SYMLINK_PATH + " --timeout 120", 120)
64+
IOS_RUNTIME_SYMLINK_PATH + " --timeout 150", 150)
6565

6666
assert "Frontend client connected" in output
6767
assert "Backend socket created" in output

0 commit comments

Comments
 (0)