forked from Fediversity/Fediversity
increase further timeouts
This commit is contained in:
parent
c147df2b6f
commit
87486019ca
1 changed files with 5 additions and 1 deletions
|
@ -99,8 +99,12 @@ in
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
## For the Docker mode of the runner.
|
## For the Docker mode of the runner.
|
||||||
## Podman seemed to get stuck on the checkout step
|
## Podman seemed to get stuck on the checkout step
|
||||||
docker.enable = true;
|
docker = {
|
||||||
|
enable = true;
|
||||||
|
daemon.settings.shutdown-timeout = 300;
|
||||||
|
};
|
||||||
containers.containersConf.settings = {
|
containers.containersConf.settings = {
|
||||||
|
service_timeout = 300;
|
||||||
# podman (at least) seems to not work with systemd-resolved
|
# podman (at least) seems to not work with systemd-resolved
|
||||||
containers.dns_servers = [
|
containers.dns_servers = [
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
|
|
Loading…
Add table
Reference in a new issue