From 90b50b3722e4d2be6f4fc21fe5956a597b30440c Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 20 Dec 2024 13:17:27 +0100 Subject: [PATCH] increase delay --- .../shared/build-client-integration-react-router.cjs | 2 +- .../shared/build-experimental-nextjs-app-support.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test/shared/build-client-integration-react-router.cjs b/integration-test/shared/build-client-integration-react-router.cjs index d89d03d6..c58332ac 100755 --- a/integration-test/shared/build-client-integration-react-router.cjs +++ b/integration-test/shared/build-client-integration-react-router.cjs @@ -40,4 +40,4 @@ setTimeout(() => { stdio: `inherit`, } ); -}, 3000); +}, 5000); diff --git a/integration-test/shared/build-experimental-nextjs-app-support.cjs b/integration-test/shared/build-experimental-nextjs-app-support.cjs index dbd02c1d..0e116fd3 100644 --- a/integration-test/shared/build-experimental-nextjs-app-support.cjs +++ b/integration-test/shared/build-experimental-nextjs-app-support.cjs @@ -50,4 +50,4 @@ setTimeout(() => { stdio: `inherit`, } ); -}, 3000); +}, 5000);