Skip to content

Commit

Permalink
Fixing flaky test testCreateDatastreamHappyPathDefaultRetention (#854)
Browse files Browse the repository at this point in the history
Increasing the timeout before validating retention time.
  • Loading branch information
Suraj Nagaraja Kasi authored Oct 21, 2021
1 parent 404dc8c commit 75b3309
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 75b3309

Please sign in to comment.