mirror of
https://github.com/minio/minio.git
synced 2025-01-15 16:53:16 -05:00
6a8298b137
Some tests take a long time on CI: * `--- PASS: TestRWMutex (226.49s)` * ` --- PASS: TestRWMutex (7.13s)` Reduce the number of runs. Before/after locally: ``` --- PASS: TestRWMutex (20.95s) --- PASS: TestRWMutex (7.13s) --- PASS: TestMutex (3.01s) --- PASS: TestMutex (1.65s) ```