Skip to content

Commit e37a650

Browse files
committed
Drop back down to the default timeout for caching on CI
Building and uploading the cache now takes about 130 seconds on the stable channel. On beta and nightly it takes around 90 seconds. The cache on stable is larger because of additional clippy and npm files. The caching behavior seems to be consistent enough to switch back to the default setting of 180 seconds.
1 parent 4451a65 commit e37a650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ cache:
1111
cargo: true
1212
directories:
1313
- $HOME/.npm
14-
# Set timeout to 6 minutes (double the default of 3 minutes)
15-
timeout: 360
1614
before_cache: script/ci/prune-cache.sh
1715

1816
env:

0 commit comments

Comments
 (0)