diff --git a/tests/edit.bot.test.js b/tests/edit.bot.test.js index 027e1a8..e08c3fc 100644 --- a/tests/edit.bot.test.js +++ b/tests/edit.bot.test.js @@ -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); @@ -122,4 +122,4 @@ describe('methods which modify the wiki', function() { }); -}); \ No newline at end of file +}); diff --git a/tests/page.test.js b/tests/page.test.js index a48b944..c53755d 100644 --- a/tests/page.test.js +++ b/tests/page.test.js @@ -3,6 +3,7 @@ const { bot, expect, logoutAfter} = require('./test_base'); describe('Page', async function() { + this.timeout(10000); var page; @@ -152,4 +153,4 @@ describe('Page', async function() { }); }); -}); \ No newline at end of file +});