Skip to content

Commit

Permalink
Increase end to end test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Jun 16, 2021
1 parent a3a5e1b commit 0a971e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/cml.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const CML = require('../src/cml').default;

jest.setTimeout(40000);
describe('Github tests', () => {
const OLD_ENV = process.env;

Expand Down
2 changes: 1 addition & 1 deletion src/drivers/bitbucket_cloud.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(20000);
jest.setTimeout(40000);
const BitBucketCloud = require('./bitbucket_cloud');
const {
TEST_BBCLOUD_TOKEN: TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/github.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jest.setTimeout(20000);
jest.setTimeout(40000);

const GithubClient = require('./github');

Expand Down

0 comments on commit 0a971e4

Please sign in to comment.