Closed EncodedVenom closed 4 months ago
Adds a timeout to the ci.yaml workflow to cap the total time allowed.
ci.yaml
This will force the action to fail if a unit test hangs indefinitely.
Checked in fork and it seems to work in normal tests, but have not done any intensive tests yet.
Current timeout is 2 minutes since it takes less than a minute currently.
Brief Description of your Changes.
Adds a timeout to the
ci.yaml
workflow to cap the total time allowed.Impact of your Changes
This will force the action to fail if a unit test hangs indefinitely.
Tests Performed
Checked in fork and it seems to work in normal tests, but have not done any intensive tests yet.
Additional Comments
Current timeout is 2 minutes since it takes less than a minute currently.