Watchdog Tripped Error on simulator for Edge 530/830

I am developing a datafield that performs complex computation.

It works fine for Edge 1030 both in the simulator and in a physical device.

However when I try to simulate for Edge 530/830 a Watchdog Tripped Error occurs. According to devices description in simulator.json files, watchdogcounter for them is as follows:

- Edge 1030: 2500000

- Edge 530/830: 160000

As a reference for comparison:

- Edge 1030plus: 2500000 (same as 1030)

- Edge 820: 160000 (same as 530/830)

I don´t really think this matches actual computation capacity 530/830 have, so I can manually modify watchdogcounter for 530/830 as workaround to be able to simulate.

Could I expect good behaviour for physical 530/830 devices? Will they perform at least as 1030 does?