Skip to content

Commit b65c749

Browse files
committed
patch 7.4.968
Problem: test86 and test87 are flaky in Appveyor. Solution: Reduce the count from 8 to 7. (suggested by ZyX)
1 parent 6b90351 commit b65c749

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/testdir/test86.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ EOF
370370
:sleep 1
371371
:py t.running = False
372372
:py t.join()
373-
:py l[0] = t.t > 8 # check if the background thread is working
373+
:py l[0] = t.t > 7 # check if the background thread is working
374374
:py del time
375375
:py del threading
376376
:py del t

src/testdir/test87.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ EOF
367367
:sleep 1
368368
:py3 t.running = False
369369
:py3 t.join()
370-
:py3 l[0] = t.t > 8 # check if the background thread is working
370+
:py3 l[0] = t.t > 7 # check if the background thread is working
371371
:py3 del time
372372
:py3 del threading
373373
:py3 del t

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
968,
744746
/**/
745747
967,
746748
/**/

0 commit comments

Comments
 (0)