mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 00:54:22 +00:00
Add test for new ulimit options
This commit is contained in:
parent
4efdddbbac
commit
2bedd08ff9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ describe "CompileManager", ->
|
|||
compiler: @compiler
|
||||
timeout: @timeout
|
||||
image: @image
|
||||
environment: {'CHKTEX_OPTIONS': '-nall -e9 -e10 -w15 -w16', 'CHKTEX_EXIT_ON_ERROR':1}
|
||||
environment: {'CHKTEX_OPTIONS': '-nall -e9 -e10 -w15 -w16', 'CHKTEX_EXIT_ON_ERROR':1, 'CHKTEX_ULIMIT_OPTIONS': '-t 5 -v 16000'}
|
||||
})
|
||||
.should.equal true
|
||||
|
||||
|
|
Loading…
Reference in a new issue