Increase timeout duration to 60 seconds for language beautification tests
This commit is contained in:
parent
57ffe7543b
commit
2dbf680d76
|
@ -215,4 +215,4 @@ describe "BeautifyLanguages", ->
|
||||||
throw beautifyCompleted
|
throw beautifyCompleted
|
||||||
else
|
else
|
||||||
return beautifyCompleted
|
return beautifyCompleted
|
||||||
, "Waiting for beautification to complete", 5000)
|
, "Waiting for beautification to complete", 60000)
|
||||||
|
|
Loading…
Reference in New Issue