Skip to content

Commit

Permalink
NXP-30251: Increase test default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ataillefer authored and troger committed Feb 22, 2022
1 parent dc0ffc4 commit e4c8743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ module.exports = {
// This option allows use of a custom test runner
// testRunner: "jasmine2",

// Default timeout of a test in milliseconds
// Default: 5000
testTimeout: 10000,

// This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
// testURL: "http://localhost",

Expand Down

0 comments on commit e4c8743

Please sign in to comment.