Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-19456] Not to set timeout for WebClient used in tests.
  • Loading branch information
ikedam committed Sep 8, 2013
1 parent b5a7ca5 commit 531785f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -58,7 +58,6 @@ protected synchronized WebClient getWebClient() {

public WebClient createWebClient() {
WebClient wc = new WebClient();
wc.setTimeout(3000);
return wc;
}

Expand Down

0 comments on commit 531785f

Please sign in to comment.