Skip to content

Commit

Permalink
[hotfix][test] Reduce test timeout to a reasonable value
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored and zentol committed Jan 9, 2019
1 parent 9323ef6 commit 5b5ec59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
*/
public abstract class AbstractQueryableStateTestBase extends TestLogger {

private static final Duration TEST_TIMEOUT = Duration.ofSeconds(10000L);
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(200L);
private static final long RETRY_TIMEOUT = 50L;

private final ScheduledExecutorService executorService = Executors.newScheduledThreadPool(4);
Expand Down

0 comments on commit 5b5ec59

Please sign in to comment.