Hi,
I’m testing a BPMN with an escaltion path - escalation after 7 days. The process and associated unittest is working nicely, I’m using
engine.increaseTime(duration);
to increase the virtual time in the unittest by 7 days + 2 minutes.
During “normal” days, this is okay. But close to the daylight-saving boundary from summer to winter time (Germany), this test fails due to the added 1h on 2024-10-27. If I progress virtually the time by 7 days + 62 minutes, everything is fine again.
Question: Is there a better way to test or avoid this? e.g. is it possible to configure ZeebeTestEngine to run in a non-daylight-saving timezone?
Best,
Michael