We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18eca38 commit 2b26785Copy full SHA for 2b26785
internal/nix/nix.go
@@ -283,7 +283,7 @@ var versionInfo = sync.OnceValues(runNixVersion)
283
284
func runNixVersion() (VersionInfo, error) {
285
// Arbitrary timeout to make sure we don't take too long or hang.
286
- ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second)
+ ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
287
defer cancel()
288
289
// Intentionally don't use the nix.command function here. We use this to
0 commit comments