summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'ruby')
-rw-r--r--ruby/test/Ice/timeout/AllTests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/test/Ice/timeout/AllTests.rb b/ruby/test/Ice/timeout/AllTests.rb
index 2bc05c46c2f..a855be49168 100644
--- a/ruby/test/Ice/timeout/AllTests.rb
+++ b/ruby/test/Ice/timeout/AllTests.rb
@@ -25,7 +25,7 @@ def allTests(helper, communicator)
rescue
# Ensure the adapter is not in the holding state when an unexpected exception occurs to prevent
# the test from hanging on exit in case a connection which disables timeouts is still opened.
- controller.holdAdapter()
+ controller.resumeAdapter()
raise
end
end