mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
4ec5fbcf94
commit
3374061a89
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ tasks:
|
|||
- "docker-worker:cache:cargo-git-cache"
|
||||
|
||||
payload:
|
||||
maxRunTime: 600
|
||||
maxRunTime: 1200
|
||||
image: "buildpack-deps:bionic-scm"
|
||||
features:
|
||||
taskclusterProxy: true
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue