Reduce waiting time for router demo. [bugs:#47].

This commit is contained in:
skarg
2016-07-02 19:55:52 +00:00
parent 7462d448a5
commit c98356c763
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ void *dl_mstp_thread(
break;
}
} else {
pdu_len = dlmstp_receive(&mstp_port, NULL, NULL, 0, 1000);
pdu_len = dlmstp_receive(&mstp_port, NULL, NULL, 0, 5);
if (pdu_len > 0) {
msg_data = (MSG_DATA *) malloc(sizeof(MSG_DATA));