Skip to content

Commit a077796

Browse files
committed
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.
1 parent 415bb26 commit a077796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cache:
1111
cargo: true
1212
directories:
1313
- $HOME/.npm
14+
timeout: 600
1415

1516
env:
1617
global:

0 commit comments

Comments
 (0)