trying to fix osx and windows tests 2

This commit is contained in:
Shay Palachy
2019-07-13 15:20:05 +03:00
parent 02de39e326
commit cf9df66e02
+2 -2
View File
@@ -253,7 +253,7 @@ def test_bad_cache_file():
target=_calls_bad_cache,
kwargs={'res_queue': res_queue, 'trash_cache': False})
thread1.start()
sleep(1.5)
sleep(0.5)
thread2.start()
thread1.join()
thread2.join()
@@ -302,7 +302,7 @@ def test_delete_cache_file():
target=_calls_delete_cache,
kwargs={'res_queue': res_queue, 'del_cache': False})
thread1.start()
sleep(1.5)
sleep(0.5)
thread2.start()
thread1.join()
thread2.join()