pvary commented on PR #15541: URL: https://github.com/apache/iceberg/pull/15541#issuecomment-4025077507
@zheliu2: The Flink test suite typically runs for around 30 minutes. There are tests where timeouts are not configured correctly, and if a PR introduces a bug, those tests can end up running indefinitely. We’re gradually adding proper timeouts to the individual tests, but if a new case slips through, introducing a global timeout could be a pragmatic way to free up resources in the meantime. This wouldn’t replace adding timeouts to the tests themselves; it would simply help limit the impact when something goes wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
