Increase timeout because slow tests

This commit is contained in:
Shane Kilkelly 2016-09-22 11:33:54 +01:00
parent 3b73d97931
commit a3ace1fccd

View file

@ -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()