From f1d4f4f64786b9c5c4a4f9145791e4d6c46a3e3f Mon Sep 17 00:00:00 2001 From: JounQin Date: Sat, 2 Dec 2023 09:36:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20add=20default=20SYNCKIT=5FTIMEOUT?= =?UTF-8?q?=E2=80=8E=20on=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9fba8165..ece366909 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: yarn --frozen-lockfile --ignore-engines - name: Build, Lint and Test - run: yarn run-s build lint test + run: SYNCKIT_TIMEOUT=10000‎ yarn run-s build lint test env: EFF_NO_LINK_RULES: true PARSER_NO_WATCH: true