mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 00:14:08 +00:00
fix acceptance tests
This commit is contained in:
parent
8add9ff3ea
commit
08dc3bd744
2 changed files with 4 additions and 1 deletions
|
@ -6,13 +6,14 @@ describe "Timed out compile", ->
|
|||
before (done) ->
|
||||
@request =
|
||||
options:
|
||||
timeout: 0.01 #seconds
|
||||
timeout: 1 #seconds
|
||||
resources: [
|
||||
path: "main.tex"
|
||||
content: '''
|
||||
\\documentclass{article}
|
||||
\\begin{document}
|
||||
Hello world
|
||||
\\input{|"sleep 10"}
|
||||
\\end{document}
|
||||
'''
|
||||
]
|
||||
|
|
|
@ -29,6 +29,8 @@ describe "Syncing", ->
|
|||
elements: 0
|
||||
mathInline: 6
|
||||
mathDisplay: 0
|
||||
errors: 0
|
||||
messages: ""
|
||||
}
|
||||
)
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue