Skip to content

Commit

Permalink
Fix flakey Kinesis create put integ test (#5041)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh44 committed Mar 26, 2024
1 parent 9695d69 commit 64cf2e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void testCreatePutGetDelete() throws Exception {

// Wait for it to become ACTIVE.
List<Shard> shards = waitForStream(streamName);
Thread.sleep(1000);

Assert.assertEquals(1, shards.size());
Shard shard = shards.get(0);
Expand Down

0 comments on commit 64cf2e0

Please sign in to comment.