Success on Timeout
Version updated for https://github.com/equipez/success-on-timeout to version v1.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The success-on-timeout GitHub Action allows users to run commands with a specified time limit and treats timeouts as successful outcomes (exit code 0) while failing on any errors within the time limit. This is particularly useful for long-running processes, such as stress tests, where a timeout can be considered a pass if the process ran stably for the allotted duration. The action automates the management of time-capped command execution, ensuring workflows remain successful even when commands exceed the time limit.
Release notes
Full Changelog: https://github.com/equipez/success_on_timeout/commits/v1.0