Skip to content

Commit 21da5b2

Browse files
authored
Merge pull request k8snetworkplumbingwg#858 from SchSeba/remove_timeout
remove 5 second timeout
2 parents ab7d367 + eeca598 commit 21da5b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/sriov-network-config-daemon/start.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"net/url"
2222
"os"
2323
"strings"
24-
"time"
2524

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

234232
// create helpers
235233
hostHelpers, err := helper.NewDefaultHostHelpers()

0 commit comments

Comments
 (0)