Skip to content

Commit

Permalink
Set interval to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Sep 12, 2023
1 parent cafbbcd commit 32568c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/container/piputil.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func isPackageInstalled(pkgName string) bool {
return true
}

const pipLogFlushInterval time.Duration = 5 * time.Second
const pipLogFlushInterval time.Duration = 15 * time.Second

// pipInstallPackage installs the given package, if present.
func pipInstallPackage(ctx context.Context, logger *tools.Logger, files []string, dir, name string, force, optional bool, extras []string) error {
Expand Down

0 comments on commit 32568c9

Please sign in to comment.