exec: increase default wait delay

Should avoid killing Nix command whenever possible.
This commit is contained in:
2025-07-23 10:55:42 +09:00
parent 4787f51d84
commit 4010e33395

View File

@@ -11,7 +11,7 @@ import (
) )
const ( const (
defaultWaitDelay = 15 * time.Second defaultWaitDelay = 30 * time.Second
) )
// Nix is the name of the nix program. // Nix is the name of the nix program.