mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 12:54:13 +02:00
Fix tests
This commit is contained in:
@@ -38,7 +38,7 @@ TEST(ZmqRecvModule, basic_interaction)
|
||||
|
||||
TEST(ZmqRecvModule, simple_recv)
|
||||
{
|
||||
size_t n_msg = 9;
|
||||
size_t n_msg = 1;
|
||||
|
||||
thread sender(generate_stream, n_msg);
|
||||
RingBuffer ring_buffer(n_msg);
|
||||
|
||||
Reference in New Issue
Block a user