mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
test: possible fix to timeout
This commit is contained in:
@@ -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);
|
this.timeout(50000);
|
||||||
function makeRequest(url) {
|
function makeRequest(url) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user