exec: increase default wait delay

Should avoid killing Nix command whenever possible.
This commit is contained in:
Ophestra 2025-07-23 10:55:42 +09:00
parent 4787f51d84
commit 4010e33395
Signed by: cat
SSH Key Fingerprint: SHA256:wr6yH7sDDbUFi81k/GsIGwpM3O2QrwqYlLF26CcJa4w

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.