mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
trying to fix osx and windows tests 2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user