[ARVADOS] updated: 0862d7206c66e8cc435de1d379c1a3ed389c1c87
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 24 10:14:01 EDT 2014
Summary of changes:
services/api/test/integration/websocket_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0862d7206c66e8cc435de1d379c1a3ed389c1c87 (commit)
from cf1097ef1225c05eb4431093a4971739a3ee5a37 (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 0862d7206c66e8cc435de1d379c1a3ed389c1c87
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Oct 24 10:13:56 2014 -0400
Increase the timeout on "lots of events" websocket test. refs #4295
diff --git a/services/api/test/integration/websocket_test.rb b/services/api/test/integration/websocket_test.rb
index 4864c53..7780ccb 100644
--- a/services/api/test/integration/websocket_test.rb
+++ b/services/api/test/integration/websocket_test.rb
@@ -611,7 +611,7 @@ class WebsocketTest < ActionDispatch::IntegrationTest
authorize_with :admin
ws_helper :admin, false do |ws|
- EM::Timer.new 8 do
+ EM::Timer.new 45 do
# Needs a longer timeout than the default
ws.close
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list