Преглед изворни кода

Internal: Increased Travis build time for documentation.

Marek Lewandowski пре 6 година
родитељ
комит
b6ab8bebc5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -24,7 +24,7 @@ script:
 - yarn run test --reporter=dots
 - yarn run docs:api --validate-only
 - 'if [ $TRAVIS_TEST_RESULT -eq 0 ]; then
-    travis_wait yarn run docs:build-and-publish-nightly;
+    travis_wait 30 yarn run docs:build-and-publish-nightly;
   fi'
 after_script:
 - export END_TIME=$( date +%s )