Skip to content

Commit

Permalink
Increase slow times for integration tests to 5 seconds
Browse files Browse the repository at this point in the history
This seems like a reasonable theshold for these  integration tests.
  • Loading branch information
iaincollins committed Sep 8, 2020
1 parent e94fd3b commit 1777a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/github.js
Expand Up @@ -13,6 +13,7 @@ const {
} = process.env

describe('GitHub (OAuth 2.0 flow)', function () {
this.slow(5000)
this.timeout(1000 * 60)
let browser,page

Expand Down
1 change: 1 addition & 0 deletions test/integration/google.js
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions test/integration/twitter.js
Expand Up @@ -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

Expand Down

1 comment on commit 1777a87

@vercel
Copy link

@vercel vercel bot commented on 1777a87 Sep 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.