Increase the timeout on "lots of events" websocket test. refs #4295
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 24 Oct 2014 14:13:56 +0000 (10:13 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 24 Oct 2014 14:13:56 +0000 (10:13 -0400)
services/api/test/integration/websocket_test.rb

index 4864c53745a929673eca6f647791731ba58e561d..7780ccb87c8f9aac32410e000730d5995781c782 100644 (file)
@@ -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