summaryrefslogtreecommitdiff
path: root/test/json
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-10 09:23:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-10 09:23:14 +0000
commita59dd4b489a86e4a2560e8f56a642b7e87550da8 (patch)
treeeff04aeb0654e4197b0e653c139f8028c7725d84 /test/json
parentb386b25aac3ce3a372d1c7ff601e2d737932be5a (diff)
Increae timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/json')
-rwxr-xr-xtest/json/test_json_generate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/test_json_generate.rb b/test/json/test_json_generate.rb
index 1433b693ab..b674932888 100755
--- a/test/json/test_json_generate.rb
+++ b/test/json/test_json_generate.rb
@@ -221,7 +221,7 @@ EOT
GC.start
stress, GC.stress = GC.stress, true
- timeout(1) do
+ timeout(5) do
10.times do |i|
tmp = bignum_too_long_to_embed_as_string.to_json
assert_equal expect, tmp