Skip to content

Commit 78dbc6c

Browse files
committed
Shorten timeout for csv
It usually ends in a few seconds, and less than 10 seconds even on Windows. But recently it stalls 10 minutes and times out.
1 parent a6938eb commit 78dbc6c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tool/test-bundled-gems.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@
7373
when "test-unit"
7474
test_command = [ruby, "-C", "#{gem_dir}/src/#{gem}", "test/run.rb"]
7575

76+
when "csv"
77+
first_timeout = 30
78+
7679
when "win32ole"
7780
next unless /mswin|mingw/ =~ RUBY_PLATFORM
7881

0 commit comments

Comments
 (0)