Skip to content

Commit

Permalink
chore: Increase timeout for download test
Browse files Browse the repository at this point in the history
The download test sometimes exceeds 5000ms because of throttling on Github. Now changed timeout to 10000ms.
  • Loading branch information
JeroenKnoops committed Feb 14, 2023
1 parent 5eeee08 commit 02f5c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
testTimeout: 10000,
verbose: true
}
}

0 comments on commit 02f5c3b

Please sign in to comment.