Skip to content

Commit 64cf2e0

Browse files
authored
Fix flakey Kinesis create put integ test (#5041)
1 parent 9695d69 commit 64cf2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/kinesis/src/it/java/software/amazon/awssdk/services/kinesis/KinesisIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public void testCreatePutGetDelete() throws Exception {
116116

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

120121
Assert.assertEquals(1, shards.size());
121122
Shard shard = shards.get(0);

0 commit comments

Comments
 (0)