Skip to content

Commit f10ccc6

Browse files
committed
more sleep
1 parent b3e43aa commit f10ccc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Bandwidth.Standard.Test/Integration/TranscriptionsIntegrationTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ private void CreateCallTranscription()
147147

148148
private void ListRealTimeTranscriptions()
149149
{
150+
// Sleep for 3 seconds
151+
System.Threading.Thread.Sleep(5000);
152+
150153
List<CallTranscriptionMetadata> callTranscriptions = transcriptionsApiInstance.ListRealTimeTranscriptions(accountId, testCallId);
151154
Assert.NotEmpty(callTranscriptions);
152155

0 commit comments

Comments
 (0)