From a07779668a07162c1e51d3c9aad0e58bc77bcf8c Mon Sep 17 00:00:00 2001 From: Justin Geibel Date: Thu, 6 Dec 2018 23:13:15 -0500 Subject: [PATCH] Increase the cache timeout on CI I noticed that a lot of cache upload operations are taking longer than the default 3 mintute timeout. This increases the timeout to 10 minutes. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 348096212b9..ec2b142dc39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ cache: cargo: true directories: - $HOME/.npm + timeout: 600 env: global: