mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 22:21:08 -05:00
Windows CI takes ~28min vs ~18min on Linux, with some individual tests running 10-50x slower due to Windows filesystem IO overhead. Since we only need functional compatibility on Windows (not performance testing), reduce iteration counts for the worst offenders: - WAL quickcheck: 10 → 3 iterations (saves ~350s) - Consensus manager proptests: 256 → 10 cases (saves ~100s) - Deferred point tests: reduce loop combinations (saves ~250s) - Gridstore test_behave_like_hashmap: 50k → 10k operations (saves ~200s) Co-authored-by: Cursor Agent <agent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>