comparison src/testdir/test86.in @ 7376:88843d12c82b v7.4.993

commit https://github.com/vim/vim/commit/52f6ae1366b34fc5771595c0bd17c779a7f6f544 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 29 16:34:06 2015 +0100 patch 7.4.993 Problem: Test 87 is flaky on AppVeyor. Solution: Reduce the minimum background thread count.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 16:45:04 +0100
parents d4e1c1705137
children 066ef357ea91
comparison
equal deleted inserted replaced
7375:f1b113b0e989 7376:88843d12c82b
368 t.start() 368 t.start()
369 EOF 369 EOF
370 :sleep 1 370 :sleep 1
371 :py t.running = False 371 :py t.running = False
372 :py t.join() 372 :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
374 :py del time 376 :py del time
375 :py del threading 377 :py del threading
376 :py del t 378 :py del t
377 :$put =string(l) 379 :$put =string(l)
378 :" 380 :"