Skip to content

Fix issues with test_autocompletion_time

Mateusz Żebrak requested to merge mzebrak/increase-test-threshold into develop

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:

Edited by Mateusz Żebrak

Merge request reports