Commit 8977acea authored by Pavel Lobashov's avatar Pavel Lobashov

Running test require more than 10 minutes

I added some more test yesterday, so running thme
require ~11 minutes on 1-core enviroment.
Seems travis don't like it and failing them.
`travis_wait` may fix the problem
parent 7065b77b
...@@ -17,10 +17,11 @@ jobs: ...@@ -17,10 +17,11 @@ jobs:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install --prefix build - npm install --prefix build
- grunt --level=WHITESPACE_ONLY --base build --gruntfile build/Gruntfile.js - grunt --level=WHITESPACE_ONLY --base build --gruntfile build/Gruntfile.js
- docker run -v $PWD/word:/opt/onlyoffice/documentbuilder/sdkjs/word - docker pull onlyofficetestingrobot/doc-builder-testing:develop-latest
-v $PWD/cell:/opt/onlyoffice/documentbuilder/sdkjs/cell - travis_wait docker run -v $PWD/word:/opt/onlyoffice/documentbuilder/sdkjs/word
-v $PWD/slide:/opt/onlyoffice/documentbuilder/sdkjs/slide -v $PWD/cell:/opt/onlyoffice/documentbuilder/sdkjs/cell
onlyofficetestingrobot/doc-builder-testing:develop-latest -v $PWD/slide:/opt/onlyoffice/documentbuilder/sdkjs/slide
onlyofficetestingrobot/doc-builder-testing:develop-latest
notifications: notifications:
email: email:
recipients: recipients:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment