It looks like some router at AWS caught a cold today

Cloning crates.io-index at ~80 kB/s takes more than 10 minutes.
This commit is contained in:
Simon Sapin 2018-09-04 15:06:49 +02:00
parent 4ec5fbcf94
commit 3374061a89
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ tasks:
- "docker-worker:cache:cargo-git-cache"
payload:
maxRunTime: 600
maxRunTime: 1200
image: "buildpack-deps:bionic-scm"
features:
taskclusterProxy: true

View file

@ -36,7 +36,7 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None, cach
"scopes": scopes or [],
"payload": {
"cache": cache or {},
"maxRunTime": 600,
"maxRunTime": 3600,
"image": "buildpack-deps:bionic",
"command": [
"/bin/bash",