From 8654a996d374f5284febb4b6b58c9679b75f2902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 7 Oct 2021 11:10:58 -0400 Subject: [PATCH] test: increase timeout --- test/controllers-admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/controllers-admin.js b/test/controllers-admin.js index 70538e522d..d91d75822c 100644 --- a/test/controllers-admin.js +++ b/test/controllers-admin.js @@ -737,6 +737,7 @@ describe('Admin Controllers', () => { }); it('should allow normal user access to admin pages', async () => { + this.timeout(50000); function makeRequest(url) { return new Promise((resolve, reject) => { request(url, { jar: userJar, json: true }, (err, res, body) => {