Skip to content

Commit

Permalink
fix(test): Increase receive timeout for PubSub monitoring in check_pu…
Browse files Browse the repository at this point in the history
…bsub_publisherid.c
  • Loading branch information
jpfr committed Oct 11, 2023
1 parent 43fa5ee commit da3b410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pubsub/check_pubsub_publisherid.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ static void AddDataSetReader(
}
readerConfig.writerGroupId = (UA_UInt16) WriterGroupId;
readerConfig.dataSetWriterId = (UA_UInt16) DataSetWriterId;
readerConfig.messageReceiveTimeout = 200.0;
readerConfig.messageReceiveTimeout = 2000.0;
readerConfig.messageSettings.encoding = UA_EXTENSIONOBJECT_DECODED;
readerConfig.messageSettings.content.decoded.type = &UA_TYPES[UA_TYPES_UADPDATASETREADERMESSAGEDATATYPE];
UA_UadpDataSetReaderMessageDataType *dsReaderMessage = UA_UadpDataSetReaderMessageDataType_new();
Expand Down

0 comments on commit da3b410

Please sign in to comment.