Skip to content

Commit 36973a9

Browse files
committed
:even-more:
1 parent 56a4206 commit 36973a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ private void CreateCallTranscription()
147147

148148
private void ListRealTimeTranscriptions()
149149
{
150-
// Sleep for 10 seconds
151-
System.Threading.Thread.Sleep(10000);
150+
// Sleep for 20 seconds
151+
System.Threading.Thread.Sleep(20000);
152152

153153
List<CallTranscriptionMetadata> callTranscriptions = transcriptionsApiInstance.ListRealTimeTranscriptions(accountId, testCallId);
154154
Assert.NotEmpty(callTranscriptions);

0 commit comments

Comments
 (0)