mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Twice tolerance waiting time with MinGW
Increased tolerance waiting time for MinGW in dequeue-empty-nowait test case, because this test case not passed on slow and powerful computers.
This commit is contained in:
parent
f593aad786
commit
075dcee042
@ -10,7 +10,7 @@ static milliseconds millis_from(const test_clock::time_point &tp0)
|
||||
TEST_CASE("dequeue-empty-nowait", "[mpmc_blocking_q]")
|
||||
{
|
||||
size_t q_size = 100;
|
||||
milliseconds tolerance_wait(10);
|
||||
milliseconds tolerance_wait(20);
|
||||
spdlog::details::mpmc_blocking_queue<int> q(q_size);
|
||||
int popped_item = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user