Skip to content

Commit d7d0121

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Fix test_302_LiveSync_XmlFile().
1 parent 07d09b6 commit d7d0121

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/livesync_linux.py

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def test_302_LiveSync_XmlFile(self):
192192

193193
replace("TNS_App/app/main-page.xml", "TAP", "TEST")
194194
LiveSync(path="TNS_App")
195+
time.sleep(5)
195196

196197
output = catAppFile("android", "TNSApp", "app/main-page.xml")
197198
assert ("<Button text=\"TEST\" tap=\"{{ tapAction }}\" />" in output)

0 commit comments

Comments
 (0)