Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
146 stars 26 forks source link

Add timeout to CI workflow #80

Closed EncodedVenom closed 4 months ago

EncodedVenom commented 4 months ago

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.