From c5021d5ca2fc8b889ce92d1294910c8ec1c1c066 Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 11 Apr 2020 22:43:06 +0200 Subject: [PATCH] 30 min timeout in Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8662a05..1cce779a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,8 @@ before_install: - sh /tmp/rustup.sh -y - export PATH="$HOME/.cargo/bin:$PATH" - source "$HOME/.cargo/env" + # Install dependencies + - travis_wait 30 yarn --frozen-lockfile branches: except: