diff --git a/.github/workflows/c3-e2e.yml b/.github/workflows/c3-e2e.yml index 6ab6a469d6d8..bc27c4fb5383 100644 --- a/.github/workflows/c3-e2e.yml +++ b/.github/workflows/c3-e2e.yml @@ -10,7 +10,7 @@ env: bun-version: 1.0.3 jobs: e2e: - timeout-minutes: 30 + timeout-minutes: 15 concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm }} cancel-in-progress: true diff --git a/packages/create-cloudflare/e2e-tests/frameworkToTest.ts b/packages/create-cloudflare/e2e-tests/frameworkToTest.ts index 9fc68577cd55..cb90339a1c6e 100644 --- a/packages/create-cloudflare/e2e-tests/frameworkToTest.ts +++ b/packages/create-cloudflare/e2e-tests/frameworkToTest.ts @@ -22,4 +22,4 @@ if (envCliToTest) { * the framework's name is set as the value of this variable, for standard * runs this variable's value is `undefined` */ -export const frameworkToTest = targetFramework; +export const frameworkToTest = "create-hono";