diff --git a/pkg/deviceplugins/usb_device_plugin.go b/pkg/deviceplugins/usb_device_plugin.go index 7a162cf..ba0d7a2 100644 --- a/pkg/deviceplugins/usb_device_plugin.go +++ b/pkg/deviceplugins/usb_device_plugin.go @@ -102,7 +102,7 @@ func (plugin *USBDevicePlugin) DeviceName() string { func (plugin *USBDevicePlugin) stopDevicePlugin() error { // Give the device plugin one second to properly deregister - ticker := time.NewTicker(1 * time.Second) + ticker := time.NewTicker(5 * time.Second) defer ticker.Stop() select { case <-plugin.deregistered: