Skip to content

Commit 725ef4c

Browse files
committed
Increase timeout on circleci to avoid timeout while building nodejs
1 parent cfcc790 commit 725ef4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
machine:
22
services:
33
- docker
4+
test:
5+
override:
6+
- bundle exec rspec spec --format progress:
7+
timeout: 1200 # Compiling node.js takes a while
48
deployment:
59
hub:
610
branch: master

0 commit comments

Comments
 (0)