summaryrefslogtreecommitdiff
path: root/test/open-uri
diff options
context:
space:
mode:
Diffstat (limited to 'test/open-uri')
-rw-r--r--test/open-uri/test_ssl.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/open-uri/test_ssl.rb b/test/open-uri/test_ssl.rb
index 08aba39643..059465d73d 100644
--- a/test/open-uri/test_ssl.rb
+++ b/test/open-uri/test_ssl.rb
@@ -93,6 +93,9 @@ class TestOpenURISSL < Test::Unit::TestCase
sio.truncate(0); sio.rewind
ensure
prxy.shutdown
+ until prxy.status == :Stop
+ sleep 0.1
+ end
end
}
end