Browse Source

travis: use travis_wait to workaround seemingly stalled build

Mokhtar Naamani 4 years ago
parent
commit
85945e6ed3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -36,8 +36,8 @@ before_script:
 script:
   - export WASM_BUILD_TOOLCHAIN=nightly-2020-05-23
   - BUILD_DUMMY_WASM_BINARY=1 cargo clippy --all -- -D warnings
-  - cargo test --verbose --all
-  - TRIGGER_WASM_BUILD=1 cargo build --release
+  - travis_wait cargo test --verbose --all
+  - TRIGGER_WASM_BUILD=1 travis_wait cargo build --release
   - ls -l ./target/release/wbuild/joystream-node-runtime/
   - ./target/release/joystream-node --version
   - ./target/release/chain-spec-builder --version