Skip to content

Commit 4a96ee9

Browse files
committed
1 parent c8fef09 commit 4a96ee9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/build/ios/build_ios_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def setUp(self):
4343

4444
def tearDown(self):
4545
BaseClass.tearDown(self)
46-
# Uncomment after https://github.com/NativeScript/nativescript-cli/issues/2757 is fixed
47-
# assert not Simulator.is_running()[0], "Simulator started after " + self._testMethodName
46+
assert not Simulator.is_running()[0], "Simulator started after " + self._testMethodName
4847

4948
@classmethod
5049
def tearDownClass(cls):

tests/emulator/run_android_ng_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_001_tns_run_android_ts_css_html(self):
4949
strings = ['Project successfully built',
5050
'Successfully installed on device with identifier', EMULATOR_ID,
5151
'Successfully synced application']
52-
Tns.wait_for_log(log_file=log, string_list=strings, timeout=120, check_interval=10)
52+
Tns.wait_for_log(log_file=log, string_list=strings, timeout=180, check_interval=10)
5353

5454
# Verify initial state of the app
5555
assert Device.wait_for_text(device_id=EMULATOR_ID, text="Ter Stegen",

0 commit comments

Comments
 (0)