summaryrefslogtreecommitdiff
path: root/test/test_extlibs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extlibs.rb')
-rw-r--r--test/test_extlibs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extlibs.rb b/test/test_extlibs.rb
index 8969c3c50f..122eca3f5c 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -10,7 +10,7 @@ class TestExtLibs < Test::Unit::TestCase
add_msg = ". #{add_msg}" if add_msg
log = "#{@extdir}/#{ext}/mkmf.log"
define_method("test_existence_of_#{ext}") do
- assert_separately([], <<-"end;", ignore_stderr: true) # do
+ assert_separately([], <<-"end;", ignore_stderr: true, timeout: 60) # do
log = #{log.dump}
msg = proc {
"extension library `#{ext}' is not found#{add_msg}\n" <<