Skip to content

Commit 459251e

Browse files
committed
Bump Transcriptions API Sleep Time
1 parent b01c44f commit 459251e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private void CreateCallTranscription()
148148
private void ListRealTimeTranscriptions()
149149
{
150150
// Sleep for 20 seconds
151-
System.Threading.Thread.Sleep(20000);
151+
System.Threading.Thread.Sleep(40000);
152152

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

0 commit comments

Comments
 (0)