mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 05:13:03 +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", ->
|
describe "Authorization", ->
|
||||||
before (done) ->
|
before (done) ->
|
||||||
@timeout(10000)
|
@timeout(90000)
|
||||||
@owner = new User()
|
@owner = new User()
|
||||||
@other1 = new User()
|
@other1 = new User()
|
||||||
@other2 = new User()
|
@other2 = new User()
|
||||||
|
|
Loading…
Reference in a new issue