increase further timeouts

This commit is contained in:
Kiara Grouwstra 2025-07-17 17:33:00 +02:00
parent c147df2b6f
commit 87486019ca
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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"