Skip to content

Commit

Permalink
Increase time out for games against humans.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsuter committed May 9, 2017
1 parent 240229c commit 98e1524
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class RemoteGame implements Game {

private static final Logger logger = LoggerFactory.getLogger(RemoteGame.class);
private static final int CLOSE_TIMEOUT_MIN = 5;
private static final int CLOSE_TIMEOUT_MIN = 30;
private final Player player;
private final String targetUrl;
private final SessionType sessionType;
Expand Down

0 comments on commit 98e1524

Please sign in to comment.