[ARVADOS] updated: 28bdc3c6fd49e1f3761183a939b163315b413195
git at public.curoverse.com
git at public.curoverse.com
Fri Jul 24 08:45:16 EDT 2015
Summary of changes:
apps/workbench/app/views/virtual_machines/webshell.html.erb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 28bdc3c6fd49e1f3761183a939b163315b413195 (commit)
from f7f91a7085f8acfbbdd120575e88dcea53297554 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 28bdc3c6fd49e1f3761183a939b163315b413195
Author: radhika <radhika at curoverse.com>
Date: Fri Jul 24 08:40:03 2015 -0400
refs #6279
Increased timeout to 2000ms; with the previous 1000ms value, the login to shell account was failing
sometimes as the token is being sent too early. With this value, it seems to work consistently.
diff --git a/apps/workbench/app/views/virtual_machines/webshell.html.erb b/apps/workbench/app/views/virtual_machines/webshell.html.erb
index 0f79d3f..a5507b3 100644
--- a/apps/workbench/app/views/virtual_machines/webshell.html.erb
+++ b/apps/workbench/app/views/virtual_machines/webshell.html.erb
@@ -31,8 +31,8 @@
setTimeout(function() {
sh.keysPressed("<%= j Thread.current[:arvados_api_token] %>\n");
sh.vt100('(sent authentication token)\n');
- }, 1000);
- }, 1000);
+ }, 2000);
+ }, 2000);
}
// -->
</script>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list