mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #485] [MERGED] Increase guzzle timeout when running tests #788
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/485
Author: @Boy132
Created: 7/16/2024
Status: ✅ Merged
Merged: 7/20/2024
Merged by: @Boy132
Base:
main← Head:fix/tests-timeout📝 Commits (2)
87603c1increase guzzle timeout when running tests84e28b7catch correct exception📊 Changes
2 files changed (+8 additions, -2 deletions)
View changed files
📝
.github/workflows/ci.yaml(+6 -0)📝
app/Services/Helpers/SoftwareVersionService.php(+2 -2)📄 Description
Some tests sporadically fail because the version check request times out. Increasing the timeouts during tests should prevent that.
Also changed the try catch exception from
ClientExceptiontoGuzzleException.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.