JAL-857 increased callback timeout to accomodated applet load delay
[jalview.git] / examples / javascript / jalview.js
index 31698b6..fa38582 100644 (file)
@@ -355,7 +355,7 @@ function _jmolMessagecallback(jmid, statmess) {
        var jvfollower = document.getElementById("jvfollower");
        //console.log(">>>>>>>> lJvApp" + jvapp);
        linkJvJmol(jvapp);
-    }, 100);
+    }, 200);
     setConsole(document.getElementById("stdout"));
   };
 
@@ -366,7 +366,7 @@ function _jmolMessagecallback(jmid, statmess) {
        var jvfollower = document.getElementById("jvfollower");
        console.log(">>>>>>> lJvFollow" + jvfollower);
        linkJvJmol(jvfollower);
-    }, 100);
+    }, 200);
   };
 
   function lJvA() {