3113: API server assigns task qsequence from a PostgreSQL sequence.
[arvados.git] / services / api / test / integration / websocket_test.rb
index 002bc281cec70e078046769cf5e4518f0d431ce5..925d879906030be0b106437d39b0f1f8561cdaa5 100644 (file)
@@ -32,7 +32,7 @@ class WebsocketTest < ActionDispatch::IntegrationTest
         opened = true
         if timeout
           EM::Timer.new 4 do
-            too_long = true
+            too_long = true if close_status.nil?
             EM.stop_event_loop
           end
         end