mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 12:31:43 +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) ->
|
before (done) ->
|
||||||
@request =
|
@request =
|
||||||
options:
|
options:
|
||||||
timeout: 0.01 #seconds
|
timeout: 1 #seconds
|
||||||
resources: [
|
resources: [
|
||||||
path: "main.tex"
|
path: "main.tex"
|
||||||
content: '''
|
content: '''
|
||||||
\\documentclass{article}
|
\\documentclass{article}
|
||||||
\\begin{document}
|
\\begin{document}
|
||||||
Hello world
|
Hello world
|
||||||
|
\\input{|"sleep 10"}
|
||||||
\\end{document}
|
\\end{document}
|
||||||
'''
|
'''
|
||||||
]
|
]
|
||||||
|
|
|
@ -29,6 +29,8 @@ describe "Syncing", ->
|
||||||
elements: 0
|
elements: 0
|
||||||
mathInline: 6
|
mathInline: 6
|
||||||
mathDisplay: 0
|
mathDisplay: 0
|
||||||
|
errors: 0
|
||||||
|
messages: ""
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
done()
|
done()
|
||||||
|
|
Loading…
Reference in a new issue