From 547a8c60264f1997df4ddeafe9ddc43d4e5d7cff Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 30 Nov 2018 13:54:14 +0100 Subject: [PATCH] Increase Travis cache timeout to 300s --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31cbf69330d..90e808a32d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ branches: except: - staging.tmp - trying.tmp -cache: cargo +cache: + cargo: true + timeout: 300 os: - linux - osx