Skip to content

Commit

Permalink
Increase timeout to 5 mins (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnegrey authored Jun 10, 2019
1 parent 7325051 commit 3929880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

public class InfiniteStreamRecognize {

private static final int STREAMING_LIMIT = 10000; // 10 seconds
private static final int STREAMING_LIMIT = 290000; // ~5 minutes

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

0 comments on commit 3929880

Please sign in to comment.