subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.16k stars 193 forks source link

feat: Adds timeout for cache download #202

Closed tanmay-pnaik closed 1 year ago

tanmay-pnaik commented 1 year ago

Fix for https://github.com/subosito/flutter-action/issues/186

Added SEGMENT_DOWNLOAD_TIMEOUT_MINS with parameter set as 2 minutes for download of cache

Link to relevant documentation: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout

subosito commented 1 year ago

Closing this, action/cache v3 already has sensible defaults: