Increase timeout duration to 60 seconds for language beautification tests

This commit is contained in:
Glavin Wiechert 2015-06-14 11:35:54 -03:00
parent 57ffe7543b
commit 2dbf680d76
1 changed files with 1 additions and 1 deletions

View File

@ -215,4 +215,4 @@ describe "BeautifyLanguages", ->
throw beautifyCompleted
else
return beautifyCompleted
, "Waiting for beautification to complete", 5000)
, "Waiting for beautification to complete", 60000)