Skip to content

Commit

Permalink
tests: up timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Jan 25, 2021
1 parent bfb54c2 commit aafa25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/edit.bot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { bot, log, crypto, expect, loginBefore, logoutAfter} = require('./test_ba


describe('methods which modify the wiki', function() {
this.timeout(7000);
this.timeout(10000);

before('logs in and gets token & namespaceInfo', loginBefore);

Expand Down Expand Up @@ -122,4 +122,4 @@ describe('methods which modify the wiki', function() {

});

});
});
3 changes: 2 additions & 1 deletion tests/page.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const { bot, expect, logoutAfter} = require('./test_base');

describe('Page', async function() {
this.timeout(10000);

var page;

Expand Down Expand Up @@ -152,4 +153,4 @@ describe('Page', async function() {
});
});

});
});

0 comments on commit aafa25d

Please sign in to comment.