diff --git a/test/controllers-admin.js b/test/controllers-admin.js index d91d75822c..467652d88a 100644 --- a/test/controllers-admin.js +++ b/test/controllers-admin.js @@ -736,7 +736,7 @@ describe('Admin Controllers', () => { }); }); - it('should allow normal user access to admin pages', async () => { + it('should allow normal user access to admin pages', async function () { this.timeout(50000); function makeRequest(url) { return new Promise((resolve, reject) => {