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