Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Remove test sleep that accidentally got committed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 13, 2015
1 parent 916b458 commit f051f06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/main/java/lighthouse/protocol/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ public CompletableFuture<LHProtos.ProjectStatus> getStatus(PledgingWallet wallet
Thread thread = new Thread(() -> {
try {
final int TIMEOUT_MS = 10 * 1000;
Thread.sleep(5000);
URLConnection connection = getServerQueryURL(wallet, key).openConnection();
connection.setDoOutput(true);
connection.setConnectTimeout(TIMEOUT_MS);
Expand Down

0 comments on commit f051f06

Please sign in to comment.