Skip to content
Snippets Groups Projects
Commit 16b19e58 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

tests: Fix mocking of sleep calls with tenacity 8.4.2

Latest tenacity release adds some internal changes that broke the
mocking of sleep calls in tests.

Fix it by directly mocking time.sleep (was not working previously).
parent 90acfdbe
No related branches found
No related tags found
1 merge request!529tests: Fix mocking of sleep calls with tenacity 8.4.2
Checking pipeline status