increase timeout on wordcount

This commit is contained in:
Brian Gough
2018-06-25 14:06:18 +01:00
parent 039d5e01ec
commit 82b996b145
2 changed files with 2 additions and 2 deletions

View File

@@ -298,7 +298,7 @@ describe "CompileManager", ->
@callback = sinon.stub()
@project_id = "project-id-123"
@timeout = 10 * 1000
@timeout = 60 * 1000
@file_name = "main.tex"
@Settings.path.compilesDir = "/local/compile/directory"
@image = "example.com/image"