From de0b926d5b0843e055b643436105e463cfeadf76 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Tue, 11 Jul 2023 15:53:37 +0200 Subject: [PATCH] do not call start --- .../test-applications/create-remix-app/test-recipe.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json b/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json index b214cf6ad903..dc16b21af54c 100644 --- a/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json +++ b/packages/e2e-tests/test-applications/create-remix-app/test-recipe.json @@ -1,7 +1,6 @@ { "$schema": "../../test-recipe-schema.json", "testApplicationName": "create-remix-app", - "buildCommand": "pnpm install && pnpm build && pnpm start", - "buildTimeoutSeconds": 600, + "buildCommand": "pnpm install && pnpm build", "tests": [] }