Skip to content

Commit 389c148

Browse files
authored
Increase command timeout.
1 parent f917355 commit 389c148

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
- run: git config --global user.name "Florian Weber (via CircleCI)"
1414
- run: git config --global user.email "florian@webflo.org"
1515
- add_ssh_keys
16-
- run: ./build/build.sh
16+
- run:
17+
command: ./build/build.sh
18+
no_output_timeout: 60m

0 commit comments

Comments
 (0)