Merge pull request #122203 from mohe2015/imperative-nixos-container-timeout

nixos-containers: Increase startup timeout for imperative containers
master
Maximilian Bosch 2021-05-22 23:04:12 +02:00 committed by GitHub
commit 9cab80ce4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ let
extraVeths = {};
additionalCapabilities = [];
ephemeral = false;
timeoutStartSec = "15s";
timeoutStartSec = "1min";
allowedDevices = [];
hostAddress = null;
hostAddress6 = null;