Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 17, 2018
1 parent 0ef971e commit 26cb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for (const unitTest of fs.readdirSync(`${__dirname}/unit`)) {
}

// the twilio test can take a while (large codebase)
jest.setTimeout(100000);
jest.setTimeout(200000);

function clearDir (dir) {
try {
Expand Down

0 comments on commit 26cb3ff

Please sign in to comment.