Fix issues with test_autocompletion_time
It seems like the threshold of 0.4
is too strict for our CI since it sometimes completes in 0.41
. The highest value I've already noticed was 0.46
so I assume 0.5
is safe enough. We want to have this value as low as possible to detect import slowdown immediately.
Jobs with failing test_autocompletion_time
:
- https://gitlab.syncad.com/hive/clive/-/jobs/609695
- https://gitlab.syncad.com/hive/clive/-/jobs/609705
- https://gitlab.syncad.com/hive/clive/-/jobs/610079
- https://gitlab.syncad.com/hive/clive/-/jobs/610449
- https://gitlab.syncad.com/hive/clive/-/jobs/612052
- https://gitlab.syncad.com/hive/clive/-/jobs/612084
Edited by Mateusz Żebrak