Skip to content

Commit 4a05cb9

Browse files
committed
Make sure test doesn't time out
1 parent 2dafde8 commit 4a05cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- run:
6464
name: Run jest tests
6565
command: yarn test
66-
no_output_timeout: 5m
66+
no_output_timeout: 10m
6767
- save_cache:
6868
name: Save ignite dependency cache
6969
paths:

0 commit comments

Comments
 (0)