Skip to content

Commit fec2b5c

Browse files
increased camera quality threshold (BugFix) (#2060)
increased camera quality threshold
1 parent e240d04 commit fec2b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/base/bin/camera_quality_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from checkbox_support.helpers.timeout import timeout
3434

3535

36-
THRESHOLD = 60
36+
THRESHOLD = 70
3737
TIMEOUT = 10
3838
MIN_INTERVAL = 0.5
3939

0 commit comments

Comments
 (0)