Merge branch '3961-uuid-assignment-not-permitted'
[arvados.git] / services / api / test / integration / websocket_test.rb
index 9ce53a66d89e50c62b1b3b9b09f435a9edf1eeb8..925d879906030be0b106437d39b0f1f8561cdaa5 100644 (file)
@@ -31,8 +31,8 @@ class WebsocketTest < ActionDispatch::IntegrationTest
       ws.on :open do |event|
         opened = true
         if timeout
-          EM::Timer.new 3 do
-            too_long = true
+          EM::Timer.new 4 do
+            too_long = true if close_status.nil?
             EM.stop_event_loop
           end
         end