We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab7d367 + eeca598 commit 21da5b2Copy full SHA for 21da5b2
cmd/sriov-network-config-daemon/start.go
@@ -21,7 +21,6 @@ import (
21
"net/url"
22
"os"
23
"strings"
24
- "time"
25
26
ocpconfigapi "github.com/openshift/api/config/v1"
27
"github.com/spf13/cobra"
@@ -229,7 +228,6 @@ func runStartCmd(cmd *cobra.Command, args []string) error {
229
228
return err
230
}
231
vars.Config = config
232
- config.Timeout = 5 * time.Second
233
234
// create helpers
235
hostHelpers, err := helper.NewDefaultHostHelpers()
0 commit comments