Skip to content

Commit 68461ae

Browse files
committed
test: reduce size for stability on GitHub Actions
1 parent 1e219c6 commit 68461ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csv/parse/test_general.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class TestCSVParseGeneral < Test::Unit::TestCase
1515
extend DifferentOFS
1616

17-
BIG_DATA = "123456789\n" * 1024
17+
BIG_DATA = "123456789\n" * 512
1818

1919
def test_mastering_regex_example
2020
ex = %Q{Ten Thousand,10000, 2710 ,,"10,000","It's ""10 Grand"", baby",10K}

0 commit comments

Comments
 (0)