Skip to content

Commit

Permalink
0.8.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
danf committed Jul 19, 2015
1 parent 90ea6c8 commit 3182d3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BintrayClient {

public static final int DEFAULT_TIMEOUT = 150000;
public static final String BINTRAY_API_URL = "https://api.bintray.com";
public static final String USER_AGENT = "BintrayJavaClient/0.5"; // TODO: make dynamic
public static final String USER_AGENT = "BintrayJavaClient/0.8.3"; // TODO: make dynamic
private static final int DEFAULT_THREAD_POOL_SIZE = 5; //Don't mess with this - its here for a reason
private static final int DEFAULT_SIGN_REQUEST_TIMEOUT_PER_FILE = 90000; //1.5 min per file

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ class BintrayClientSpec extends Specification {
def anonymousDownloadServerClient = new BintrayImpl(conf.hostFromUrl("https://dl.bintray.com").noRetry().getClient(), "https://dl.bintray.com", 5, 90000)

when:
sleep(2000)
sleep(5000)
ver.publish()
sleep(6000)
sleep(20000)
def response = anonymousDownloadServerClient.get("/" + connectionProperties.username + "/" + REPO_NAME + "/" + files.keySet().asList().get(0), null)

then:
Expand Down

0 comments on commit 3182d3c

Please sign in to comment.