Skip to content

Commit

Permalink
test(flow): setTimeout 18000
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Nov 30, 2017
1 parent 63c2764 commit 0d1e4bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flow-execa/src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
getTypeFromFileSync,
} from '.'

jest.setTimeout(18000)

const getFixturePath = (...x) => path.resolve(__dirname, '__fixtures__', ...x)

let cwd
Expand Down
2 changes: 2 additions & 0 deletions packages/flow-faker/src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import flowFaker, {
createInitialStateFromTypeInfo,
} from '.'

jest.setTimeout(18000)

const getFixturePath = (...x) => path.resolve(__dirname, '__fixtures__', ...x)

const pos = { row: 20, column: 7 }
Expand Down

0 comments on commit 0d1e4bd

Please sign in to comment.