Skip to content

Commit

Permalink
Default RuntimeExecutor timeout is now 500 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Nov 1, 2017
1 parent 9f4c4fa commit 8d792b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class RuntimeExecutor implements Executor {

private static final Logger LOGGER = getLogger(RuntimeExecutor.class);
private static final int DEFAULT_WAIT_PROCESS_TIMEOUT = 200;
private static final int DEFAULT_WAIT_PROCESS_TIMEOUT = 500;

private final ExecutorService executor = Executors.newSingleThreadExecutor();
private final long timeout;
Expand Down

0 comments on commit 8d792b5

Please sign in to comment.