adress comments
diff --git a/apid.go b/apid.go
index 6e49337..a7429b5 100644
--- a/apid.go
+++ b/apid.go
@@ -9,7 +9,7 @@
 const (
 	SystemEventsSelector  EventSelector = "system event"
 	ShutdownEventSelector EventSelector = "shutdown event"
-	ShutdownTimeout       time.Duration = time.Duration(10) * time.Second
+	ShutdownTimeout       time.Duration = 10 * time.Second
 )
 
 var (