Skip to content

Commit

Permalink
re-apply linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Jun 3, 2016
1 parent 1ff4664 commit 42472ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/grid/internal/TestSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public String toString() {
private HttpClient getClient() {
Registry reg = slot.getProxy().getRegistry();
long browserTimeout = TimeUnit.SECONDS.toMillis(reg.getConfiguration().browserTimeout);
if (browserTimeout > 0){
if (browserTimeout > 0) {
final long selenium_server_cleanup_cycle = browserTimeout / 10;
browserTimeout += (selenium_server_cleanup_cycle + MAX_NETWORK_LATENCY);
browserTimeout *=2; // Lets not let this happen too often
Expand Down

0 comments on commit 42472ff

Please sign in to comment.