Skip to content

Commit ef4e8ef

Browse files
committed
Update test_cam_dialog_e2e.py
1 parent f608361 commit ef4e8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gui/camera_config/test_cam_dialog_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def dialog(qtbot, patch_detect_cameras):
136136
d.close()
137137

138138
qtbot.waitUntil(lambda: d._preview.loader is None, timeout=2000)
139-
qtbot.waitUntil(lambda: not d._is_scan_running(), timeout=2000)
139+
qtbot.waitUntil(lambda: not d._is_scan_running(), timeout=5000)
140140
qtbot.wait(50)
141141
qtbot.waitUntil(lambda: d._preview.state == PreviewState.IDLE, timeout=2000)
142142

0 commit comments

Comments
 (0)