Skip to content

Commit a3c36cd

Browse files
nnegreychingor13
authored andcommitted
samples: Increase timeout to 5 mins (#1453)
1 parent ab222e0 commit a3c36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/snippets/src/main/java/com/example/speech/InfiniteStreamRecognize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
public class InfiniteStreamRecognize {
4444

45-
private static final int STREAMING_LIMIT = 10000; // 10 seconds
45+
private static final int STREAMING_LIMIT = 290000; // ~5 minutes
4646

4747
public static final String RED = "\033[0;31m";
4848
public static final String GREEN = "\033[0;32m";

0 commit comments

Comments
 (0)