From f319c90e2036d244bb8e5095f1b03859fb77b70b Mon Sep 17 00:00:00 2001 From: Gyorgy Szaszko Date: Thu, 18 Apr 2024 18:38:58 +0200 Subject: [PATCH] examples: gptp: updated sim-time-limit There is an error when run for 10s Cannot schedule message (inet::ClockEvent)selfMsgPdelay to the past, t=1.10125 -- in module (inet::Gptp) GptpMasterSlave.gptpSlave.gptp (id=66), at t=1.999999999999998s, event #489 --- examples/gptp/omnetpp.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gptp/omnetpp.ini b/examples/gptp/omnetpp.ini index e5864264643..26708d3cf96 100644 --- a/examples/gptp/omnetpp.ini +++ b/examples/gptp/omnetpp.ini @@ -61,6 +61,7 @@ extends = sync1, _DriftMaster description = gptp on, master is in a hurry, client is precise [Config sync4] +sim-time-limit = 1s # TODO extends = sync1, _DriftMaster, _DriftSlave description = gptp on, master is in a hurry, client is late