Skip to content

Commit

Permalink
ci: add default SYNCKIT_TIMEOUT‎ on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Dec 2, 2023
1 parent 5a132ea commit f1d4f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1d4f4f

Please sign in to comment.