Skip to content

Commit

Permalink
fix(decdk): set the timeout in the schema tests to 10 seconds. (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 authored Apr 11, 2019
1 parent 382da6a commit 8521b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/decdk/test/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const fixturedir = path.join(__dirname, 'fixture');

// tslint:disable:no-console

// JSII often does not complete in the default 5 second Jest timeout
jest.setTimeout(10_000);

let typesys: reflect.TypeSystem;

beforeAll(async () => {
Expand Down

0 comments on commit 8521b6f

Please sign in to comment.