We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6938eb commit 78dbc6cCopy full SHA for 78dbc6c
1 file changed
tool/test-bundled-gems.rb
@@ -73,6 +73,9 @@
73
when "test-unit"
74
test_command = [ruby, "-C", "#{gem_dir}/src/#{gem}", "test/run.rb"]
75
76
+ when "csv"
77
+ first_timeout = 30
78
+
79
when "win32ole"
80
next unless /mswin|mingw/ =~ RUBY_PLATFORM
81
0 commit comments