Skip to content

Conversation

@nafg
Copy link
Contributor

@nafg nafg commented Aug 17, 2025

Replaced hardcoded millisecond values with scala.concurrent.duration.Duration
for the polling interval in the publish validation wait loop. This improves code
readability and correctness by using 30.seconds and 10.seconds instead of raw
integers, and converting to milliseconds when calling Thread.sleep. The change
also imports DurationInt to enable the duration syntax.

Replaced hardcoded millisecond values with scala.concurrent.duration.Duration
for the polling interval in the publish validation wait loop. This improves code
readability and correctness by using 30.seconds and 10.seconds instead of raw
integers, and converting to milliseconds when calling Thread.sleep. The change
also imports DurationInt to enable the duration syntax.
@nafg nafg merged commit e0a14d3 into main Aug 17, 2025
3 checks passed
@nafg nafg deleted the fix-publish---use-scala-duration-for-polling-inter branch August 17, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants