Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit f9a4d23

Browse files
committed
Chore: Increase timeout on build job in CircleCi config.yml
1 parent 9df26be commit f9a4d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ commands:
5353
steps:
5454
- run:
5555
name: "Compile project"
56+
no_output_timeout: 30m
5657
command: npm run build
5758
deploy:
5859
description: "Deploy to static branches"

0 commit comments

Comments
 (0)