Skip to content

Reduce isHeaderPngAccessible() timeout#235

Merged
EyalDelarea merged 9 commits intojfrog:masterfrom
EyalDelarea:reduce_timeout
Dec 26, 2024
Merged

Reduce isHeaderPngAccessible() timeout#235
EyalDelarea merged 9 commits intojfrog:masterfrom
EyalDelarea:reduce_timeout

Conversation

@EyalDelarea
Copy link
Copy Markdown
Contributor

@EyalDelarea EyalDelarea commented Dec 15, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • I used npm run format for formatting the code before submitting the pull request.

To optimize performance, this PR modifies the process for checking internet availability for the header image. Instead of performing the check repeatedly, the availability is now verified only once, with a reduced timeout to minimize delays.

@EyalDelarea EyalDelarea added the safe to test Approve running integration tests on a pull request label Dec 16, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 16, 2024
@EyalDelarea EyalDelarea added improvement Automatically generated release notes safe to test Approve running integration tests on a pull request labels Dec 16, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 16, 2024
Copy link
Copy Markdown

@ccano2011 ccano2011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a much better option, thanks :)

@EyalDelarea EyalDelarea added the safe to test Approve running integration tests on a pull request label Dec 26, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 26, 2024
@EyalDelarea EyalDelarea merged commit c8a1753 into jfrog:master Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make isHeaderPngAccessible() toggleable for offline environments

4 participants