From a302056b9753d332aba00d01fe59ba636ed4b697 Mon Sep 17 00:00:00 2001 From: Alex Reardon Date: Thu, 4 Apr 2024 09:27:00 +1100 Subject: [PATCH] reverting timeout change --- browser-test-harness.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser-test-harness.js b/browser-test-harness.js index a83924ae01..df02062cec 100644 --- a/browser-test-harness.js +++ b/browser-test-harness.js @@ -24,12 +24,12 @@ Promise.all([ waitPort({ host: 'localhost', port: ports.storybook, - timeout: 120000, + timeout: 60000, }), waitPort({ host: 'localhost', port: ports.cspServer, - timeout: 120000, + timeout: 60000, }), ]) .then(() => {