Skip to content

Commit

Permalink
tests(push): raise jest timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
espy authored and hulkoba committed Mar 26, 2018
1 parent c6970bc commit b60ba57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jobs/github-event/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const { cleanCache, requireFresh } = require('../../helpers/module-cache-helpers
// requireFresh uses a path relative to THEIR path, that's why we use the resolved
// path here, making it a bit clearer which file we're actually requiring
const pathToWorker = require.resolve('../../../jobs/github-event/push')
jest.setTimeout(10000)

describe('github-event push', async () => {
beforeEach(() => {
Expand Down

0 comments on commit b60ba57

Please sign in to comment.