mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
test: increase timeout
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user