mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 16:10:43 +02:00
Fix ProcessManager timing issue
This commit is contained in:
@@ -66,5 +66,6 @@ TEST(ProcessManager, basic_interaction)
|
||||
EXPECT_TRUE(ring_buffer.is_empty());
|
||||
|
||||
manager.stop_receiving();
|
||||
this_thread::sleep_for(chrono::milliseconds(100));
|
||||
EXPECT_EQ(manager.get_status(), "idle");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user