mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 16:19:02 +02:00
Increase timeout because slow tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user