Skip to content

Commit

Permalink
Increase timeout of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gburgett committed Aug 7, 2019
1 parent dc1f9d2 commit 01ee7c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fetcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ describe('Fetcher', () => {
logger: console,
})

it('gets a result from a page', async () => {
it('gets a result from a page', async function() {
this.timeout(10000)
const uut = new Fetcher({
// note: intentionally not setting a mock fetcher. This is a true integration test.
})
Expand Down

0 comments on commit 01ee7c4

Please sign in to comment.