From a3ace1fccd17d5a652a4fd465056187872c2ddf6 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 22 Sep 2016 11:33:54 +0100 Subject: [PATCH] Increase timeout because slow tests --- services/web/test/acceptance/coffee/AuthorizationTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/test/acceptance/coffee/AuthorizationTests.coffee b/services/web/test/acceptance/coffee/AuthorizationTests.coffee index c6678656b9..05c1615a3e 100644 --- a/services/web/test/acceptance/coffee/AuthorizationTests.coffee +++ b/services/web/test/acceptance/coffee/AuthorizationTests.coffee @@ -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()