From e4c874374986c0936e549cfe8b8b672c1a6628c1 Mon Sep 17 00:00:00 2001 From: Antoine Taillefer Date: Thu, 17 Feb 2022 11:31:42 +0100 Subject: [PATCH] NXP-30251: Increase test default timeout --- jest.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jest.config.js b/jest.config.js index cabcaf5..47071f5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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",