diff --git a/test/integration/github.js b/test/integration/github.js index dfe2f9c59c..cc30666ee7 100644 --- a/test/integration/github.js +++ b/test/integration/github.js @@ -13,6 +13,7 @@ const { } = process.env describe('GitHub (OAuth 2.0 flow)', function () { + this.slow(5000) this.timeout(1000 * 60) let browser,page diff --git a/test/integration/google.js b/test/integration/google.js index effa4b69e9..f53c4760cf 100644 --- a/test/integration/google.js +++ b/test/integration/google.js @@ -15,6 +15,7 @@ const { // This seems to stall because of a popup that is displayed only when using // puppeteer. See FIXME below. Would appreciate any help resolving it. describe.skip('Google (OAuth 2.0 flow)', function () { + this.slow(5000) this.timeout(1000 * 60) let browser,page diff --git a/test/integration/twitter.js b/test/integration/twitter.js index 74eab86424..5235c24da7 100644 --- a/test/integration/twitter.js +++ b/test/integration/twitter.js @@ -13,6 +13,7 @@ const { } = process.env describe('Twitter (OAuth 1.1 flow)', async function () { + this.slow(5000) this.timeout(1000 * 60) let browser,page