@ -35,7 +35,7 @@ import (
)
func OsStop() {
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
err := store.StopAllHandler()
if err != nil {