Skip to content

Commit

Permalink
Raise timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Aug 31, 2020
1 parent 0608f39 commit d7e23ed
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import * as sinon from 'sinon';
import { AwsSdkCall, PhysicalResourceId } from '../../lib';
import { flatten, handler, forceSdkInstallation } from '../../lib/aws-custom-resource/runtime';


// This test performs an 'npm install' which may take longer than the default
// 5s timeout
jest.setTimeout(60_000);

/* eslint-disable no-console */

console.log = jest.fn();
Expand Down

0 comments on commit d7e23ed

Please sign in to comment.