Skip to content

Commit e3e516b

Browse files
authored
Make SC monitor less aggressive: increase status polling interval (#327)
1 parent 3c47487 commit e3e516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/saucelabs/ci/sauceconnect/DefaultSCMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public SCMonitor create(int port, Logger logger) {
2525
private boolean apiResponse;
2626

2727
private HttpClient client = HttpClient.newHttpClient();
28-
private static final int sleepTime = 1000;
28+
private static final int sleepTime = 5000;
2929

3030
private Exception lastHealtcheckException;
3131

0 commit comments

Comments
 (0)