Increase CI timeout for restore cache (#4358)
This commit is contained in:
parent
1ef90773e0
commit
92b49dea3a
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ steps:
|
||||||
region: us-east-1
|
region: us-east-1
|
||||||
cache_key: "rust-cache"
|
cache_key: "rust-cache"
|
||||||
path-style: true
|
path-style: true
|
||||||
backend_operation_timeout: 15m
|
backend_operation_timeout: 30m
|
||||||
compression_level: 0
|
compression_level: 0
|
||||||
exit_code: true
|
exit_code: true
|
||||||
mount:
|
mount:
|
||||||
|
|
Loading…
Reference in a new issue