mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-28 15:41:00 +00:00
Increase timeout because slow tests
This commit is contained in:
parent
3b73d97931
commit
a3ace1fccd
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ expect_no_admin_access = (user, project_id, options, callback) ->
|
|||
|
||||
describe "Authorization", ->
|
||||
before (done) ->
|
||||
@timeout(10000)
|
||||
@timeout(90000)
|
||||
@owner = new User()
|
||||
@other1 = new User()
|
||||
@other2 = new User()
|
||||
|
|
Loading…
Reference in a new issue