diff --git a/plugins/objectdetector/src/main.ts b/plugins/objectdetector/src/main.ts index 7662b39c6e..10b12cbb78 100644 --- a/plugins/objectdetector/src/main.ts +++ b/plugins/objectdetector/src/main.ts @@ -417,7 +417,7 @@ class ObjectDetectionMixin extends SettingsMixinDeviceBase { this.detections.delete(detectionId); - }, 2000); + }, 10000); } async getNativeObjectTypes(): Promise {