What is the maximum allowable timeout setting for the WDT on the nRF54L15 SoC?

Currently using this function to set reload period.

int task_wdt_add(uint32_t reload_period, task_wdt_callback_t callback, void *user_data);
Related