From 7890ff6ef2720e4ab5a1018d8d2db710f9ced614 Mon Sep 17 00:00:00 2001 From: Douglas DUTEIL Date: Wed, 13 Dec 2023 21:39:54 +0100 Subject: [PATCH] ci(github): remove timeout test --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f93b511..618ef63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 - run: bun install - - run: timeout 1 bun run start e2e: runs-on: ubuntu-latest