Skip to content

Commit

Permalink
Fixing flaky test testCreateDatastreamHappyPathDefaultRetention (link…
Browse files Browse the repository at this point in the history
…edin#854)

Increasing the timeout before validating retention time.
  • Loading branch information
surajkn authored and Vaibhav Maheshwari committed Mar 1, 2022
1 parent d0e7df7 commit 9e7b137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ private void validateRetention(Datastream stream, DatastreamResources resource,
// Adding a sleep to simulate time required for topic metadata to be synced across all brokers of destination
// kafka cluster.
try {
Thread.sleep(2000);
Thread.sleep(5000);
} catch (Exception e) {
}

Expand Down

0 comments on commit 9e7b137

Please sign in to comment.