mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 01:42:00 +08:00
parent
94290e09d7
commit
a86338133e
@ -66,6 +66,9 @@ TEMPLATE_LIST_TEST_CASE("Status messages should be received by the main thread d
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// make sure that the job starts BEFORE the worker.wait_for_idle() is called
|
||||||
|
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||||
|
|
||||||
worker.wait_for_idle();
|
worker.wait_for_idle();
|
||||||
|
|
||||||
REQUIRE(pri->pr == 100);
|
REQUIRE(pri->pr == 100);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user