From a214f9a61b3aa411d2d26ceac5eb56d2bab8b8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 28 Jan 2022 14:40:57 -0500 Subject: [PATCH] test: up acp plugin page timeout --- test/controllers-admin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/controllers-admin.js b/test/controllers-admin.js index f503131a95..246538b3c8 100644 --- a/test/controllers-admin.js +++ b/test/controllers-admin.js @@ -243,6 +243,7 @@ describe('Admin Controllers', () => { }); it('should load /admin/extend/plugins', (done) => { + this.timeout(50000); request(`${nconf.get('url')}/api/admin/extend/plugins`, { jar: jar, json: true }, (err, res, body) => { assert.ifError(err); assert(body.hasOwnProperty('installed'));