Skip to content

Commit

Permalink
test: reduce size for stability on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 24, 2021
1 parent 1e219c6 commit 68461ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/csv/parse/test_general.rb
Expand Up @@ -14,7 +14,7 @@
class TestCSVParseGeneral < Test::Unit::TestCase
extend DifferentOFS

BIG_DATA = "123456789\n" * 1024
BIG_DATA = "123456789\n" * 512

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

0 comments on commit 68461ae

Please sign in to comment.