Skip to content

Conversation

mohitpubnub
Copy link
Contributor

test enhancement across apis

uuidIds.add(uuid);

// Small delay to avoid overwhelming the service
if (i % 10 == 9) {
Copy link

@jguz-pubnub jguz-pubnub Sep 4, 2025

Choose a reason for hiding this comment

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

Is this delay required? Is there any consequence of not having it in place?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

due to flakiness in tests result that delay was added
Still, Let me check what we see by removing that delay. I'll run through multiple iteration. If not needed then better to remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed delays as test looks fine without that delays

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