Skip to content

Commit f21d4db

Browse files
authored
Increase end-of-input delay in bidirectional streaming test (#52)
1 parent b941a8d commit f21d4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/aws-sdk-transcribe-streaming/tests/integration/test_bidirectional_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def _send_audio_chunks(
5353
await stream.input_stream.send(
5454
AudioStreamAudioEvent(value=AudioEvent(audio_chunk=b""))
5555
)
56-
await asyncio.sleep(0.4)
56+
await asyncio.sleep(1.2)
5757
await stream.input_stream.close()
5858

5959

0 commit comments

Comments
 (0)