Fix timeout and reflect s6-overlay (#1947)

This commit is contained in:
Pascal Vizeli 2020-08-19 16:46:39 +02:00 committed by GitHub
parent 3541cbff5e
commit b3308ecbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class DockerInterface(CoreSysAttributes):
@property
def timeout(self) -> int:
"""Return timeout for Docker actions."""
return 30
return 10
@property
def name(self) -> Optional[str]: