Skip to content

Commit

Permalink
Merge pull request #858 from SchSeba/remove_timeout
Browse files Browse the repository at this point in the history
remove 5 second timeout
  • Loading branch information
zeeke authored Mar 6, 2025
2 parents ab7d367 + eeca598 commit 21da5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/sriov-network-config-daemon/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"net/url"
"os"
"strings"
"time"

ocpconfigapi "github.com/openshift/api/config/v1"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -229,7 +228,6 @@ func runStartCmd(cmd *cobra.Command, args []string) error {
return err
}
vars.Config = config
config.Timeout = 5 * time.Second

// create helpers
hostHelpers, err := helper.NewDefaultHostHelpers()
Expand Down

0 comments on commit 21da5b2

Please sign in to comment.