Skip to content

Commit

Permalink
Defaulted publisher test again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed May 24, 2024
1 parent 25dd3e0 commit 7be0dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecal/tests/cpp/pubsub_test/src/pubsub_acknowledge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ TEST(core_cpp_pubsub, TimeoutAcknowledgment)
// create publisher config
eCAL::Publisher::Configuration pub_config;
pub_config.shm.acknowledge_timeout_ms = 500;
pub_config.shm.enable = true;

// create publisher
eCAL::string::CPublisher<std::string> pub("topic", pub_config);
Expand Down

0 comments on commit 7be0dd9

Please sign in to comment.