diff options
author | David Yip <yipdw@member.fsf.org> | 2018-04-14 03:04:32 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-04-14 03:04:32 -0500 |
commit | 78aca92689cd896f4be34daeb1852f75abc57472 (patch) | |
tree | 3fdd6c1844e1a509c3522141bb451ad530c85f73 | |
parent | ed490b781f9347b77eb2305e33ba6dd83f3539b0 (diff) |
ci: Tell Travis to expect before_script to be slow.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d5efd9703..238b9a3f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ install: - yarn install before_script: - - ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile + - travis_wait ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile script: - travis_retry bundle exec parallel_test spec/ --group-by filesize --type rspec |