X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/27b18bf9b168319660bdde4632ac4c3f359666d6..6f1c0e1dd16f53ce4fb7e8785a130e5f588500e5:/services/api/test/integration/websocket_test.rb diff --git a/services/api/test/integration/websocket_test.rb b/services/api/test/integration/websocket_test.rb index 25e7592c39..98ae103d1a 100644 --- a/services/api/test/integration/websocket_test.rb +++ b/services/api/test/integration/websocket_test.rb @@ -383,7 +383,7 @@ class WebsocketTest < ActionDispatch::IntegrationTest ws_helper :admin, false do |ws| ws.on :open do |event| ws.send ({method: 'subscribe', filters: [['object_uuid', 'is_a', 'arvados#human']]}.to_json) - EM::Timer.new 3 do + EM::Timer.new 6 do # Set a time limit on the test because after unsubscribing the server # still has to process the next event (and then hopefully correctly # decides not to send it because we unsubscribed.)