Merge develop to Release_2_8_3_Branch
[jalview.git] / src / ext / edu / ucsf / rbvi / strucviz2 / ChimeraManager.java
index 2c40e1c..b74e65a 100644 (file)
@@ -783,8 +783,8 @@ public class ChimeraManager
     List<String> reply = new ArrayList<String>();
     BufferedReader response = null;
     try {
-      response = HttpClientUtils.doHttpUrlPost(restUrl,
-              commands);
+      response = HttpClientUtils
+              .doHttpUrlPost(restUrl, commands, 100, 2000);
       String line = "";
       while ((line = response.readLine()) != null) {
         reply.add(line);