Skip to content

Commit

Permalink
timoout for GetTopics test adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Nov 29, 2023
1 parent 181506f commit e0a969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ecal/pubsub_test/src/pubsub_gettopics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ TEST(PubSub, GetTopics)
}

// let's unregister them
eCAL::Process::SleepMS(CMN_MONITORING_TIMEOUT + 1000);
eCAL::Process::SleepMS(CMN_MONITORING_TIMEOUT + 2000);

// get all topics again, now all topics
// should be removed from the map
Expand Down

0 comments on commit e0a969e

Please sign in to comment.