mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 08:04:13 +02:00
Add delay to relax test timing
This commit is contained in:
@@ -45,6 +45,7 @@ TEST(ProcessManager, basic_interaction)
|
||||
thread sender2(generate_stream, 6);
|
||||
this_thread::sleep_for(chrono::milliseconds(100));
|
||||
sender2.join();
|
||||
this_thread::sleep_for(chrono::milliseconds(100));
|
||||
|
||||
// Writer stopped because it received all frames.
|
||||
EXPECT_FALSE(write_module.is_writing());
|
||||
|
||||
Reference in New Issue
Block a user