about summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-18 20:16:21 +0200
committerThibG <thib@sitedethib.com>2018-07-18 21:20:30 +0200
commitf328d20ff82139640f669d3484a6ed7b56bea5ef (patch)
treec5b157d6ed2ce77819d6dfb47e0810213e1fbe1c /.circleci
parentd2244c86de60d24763d2344febb6a03956f16984 (diff)
Increase timeout for assets:precompile
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2a1c84253..871881cf6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -124,7 +124,10 @@ jobs:
       - *install_system_dependencies
       - run: ruby -e 'puts RUBY_VERSION' | tee /tmp/.ruby-version
       - *restore_ruby_dependencies
-      - run: ./bin/rails assets:precompile
+      - run:
+          name: Precompile assets
+          command: ./bin/rails assets:precompile
+          no_output_timeout: 20m
       - save_cache:
           key: precompiled-assets-{{ .Branch }}-{{ .Revision }}
           paths: