File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ def test_led_board_blink_control():
189189 board .blink (0.1 , 0.1 , n = 2 )
190190 # make sure the blink thread's started
191191 while not board ._blink_leds :
192- sleep (0.00001 )
192+ sleep (0.00001 ) # pragma: no cover
193193 board [1 ][0 ].off () # immediately take over the second LED
194194 board ._blink_thread .join () # naughty, but ensures no arbitrary waits in the test
195195 test = [
@@ -236,7 +236,7 @@ def test_led_board_blink_control_all():
236236 board .blink (0.1 , 0.1 , n = 2 )
237237 # make sure the blink thread's started
238238 while not board ._blink_leds :
239- sleep (0.00001 )
239+ sleep (0.00001 ) # pragma: no cover
240240 board [0 ].off () # immediately take over all LEDs
241241 board [1 ][0 ].off ()
242242 board [1 ][1 ].off ()
You can’t perform that action at this time.
0 commit comments