Skip to content

Commit

Permalink
Add timeout to test_210_Emulate_MissingPlatform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Chimev authored and Vasil Chimev committed Aug 20, 2015
1 parent 74e30ca commit a376000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emulate_linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_201_Emulate_Android_AvdName(self):

def test_210_Emulate_MissingPlatform(self):
CreateProject(projName="TNS_App")
output = runAUT(tnsPath + " emulate android --path TNS_App", set_timeout=660)
output = runAUT(tnsPath + " emulate android --timeout 180 --path TNS_App", set_timeout=660)
assert ("Copying template files..." in output)
assert ("Updated project.properties" in output)
assert ("Updated local.properties" in output)
Expand Down

0 comments on commit a376000

Please sign in to comment.