Skip to content

Commit

Permalink
ci: increase test timeout (#4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Aug 15, 2024
1 parent cc7267e commit 8c499cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2.1
# See https://blog.daemonl.com/2016/02/yaml.html
# To validate changes, use an online parser, eg.
# https://yaml-online-parser.appspot.com/
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}-0.18.0
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}-0.18.1
var_2: &run_in_node
docker:
- image: cimg/node:20.11
Expand Down Expand Up @@ -82,6 +82,7 @@ jobs:
- run:
name: Run All Unit Tests
command: yarn nx run-many -t test
no_output_timeout: 20m

test-affected:
<<: *run_in_browser
Expand Down

0 comments on commit 8c499cf

Please sign in to comment.