File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 370370:sleep 1
371371:py t .running = False
372372:py t .join ()
373- :py l [0 ] = t .t > 7 # check if the background thread is working
373+ :" Check if the background thread is working. Count should be 10, but on a
374+ :" busy system (AppVeyor) it can be much lower.
375+ :py l [0 ] = t .t > 4
374376:py del time
375377:py del threading
376378:py del t
Original file line number Diff line number Diff line change 367367:sleep 1
368368:py3 t .running = False
369369:py3 t .join ()
370- :py3 l [0 ] = t .t > 7 # check if the background thread is working
370+ :" Check if the background thread is working. Count should be 10, but on a
371+ :" busy system (AppVeyor) it can be much lower.
372+ :py3 l [0 ] = t .t > 4
371373:py3 del time
372374:py3 del threading
373375:py3 del t
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 993 ,
744746/**/
745747 992 ,
746748/**/
You can’t perform that action at this time.
0 commit comments