Skip to content

Commit

Permalink
remove unnecessary sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
erer1243 committed Oct 9, 2024
1 parent 4db7e81 commit da21a20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/c_api_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ TEST(c_api, ZmqConsumerProducerStateTable) {

// Server must be freed first to safely release message handlers
SWSSZmqServer_free(srv);
sleep(2);

SWSSZmqProducerStateTable_free(pst);
SWSSZmqConsumerStateTable_free(cst);
Expand Down

0 comments on commit da21a20

Please sign in to comment.