Closest I've found as a response to this is around "15 mins" from https://developer.apple.com/forums/thread/653265?answerId=619739022#619739022
Updating every minute is far too aggressive. Widgets have a limited number of updates and if you were to try to update every minute, you'll quickly run out of updates. While debugging with Xcode these limits are not imposed, but if you're running your app outside of Xcode you'd see the behavior you're describing where your widget would stop updating. What happens if you update every 15 minutes? If that doesn't work, please file a Feedback Assistant report with the details of what you're doing and the results you see. Posted by pdm - https://developer.apple.com/forums/profile/pdm
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: