CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Decreased timeout on Actions to 5 minutes #45

Closed CBielstein closed 3 years ago

CBielstein commented 3 years ago

Description

Having recently seen examples of runaway Actions that hang, I'm adding a lower timeout. Default timeout is 360 minutes, which is much, much too high. This changes it to 5 minutes. This provides faster feedback on failures and feedback at all if we hugely balloon build time. Although we don't have to pay for Actions minutes as a public repository, we should not expect our Actions times to explode by a factor of 5 with no warning.

Changes

Verification