From 0862d7206c66e8cc435de1d379c1a3ed389c1c87 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 24 Oct 2014 10:13:56 -0400 Subject: [PATCH] Increase the timeout on "lots of events" websocket test. refs #4295 --- services/api/test/integration/websocket_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/test/integration/websocket_test.rb b/services/api/test/integration/websocket_test.rb index 4864c53745..7780ccb87c 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 -- 2.30.2