summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Dalessio <mike@csa.net>2009-11-02 14:18:14 -0500
committerWayne Meissner <wmeissner@gmail.com>2009-11-06 05:50:42 +1000
commit6da5c028d7835af47c7ae69998e53a8adb0ce5cd (patch)
tree8e1d986adc9326c4de2c3626b48788c8319c5330
parent8d946b866b290655e52475f07fcdbf2cf79840cf (diff)
downloadffi-6da5c028d7835af47c7ae69998e53a8adb0ce5cd.tar.gz
increasing GC wiggle room in tests to 5 (from 2).
-rw-r--r--spec/ffi/pointer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ffi/pointer_spec.rb b/spec/ffi/pointer_spec.rb
index 44563f1..190471e 100644
--- a/spec/ffi/pointer_spec.rb
+++ b/spec/ffi/pointer_spec.rb
@@ -107,7 +107,7 @@ end
describe "AutoPointer" do
loop_count = 30
- wiggle_room = 2 # GC rarely cleans up all objects. we can get most of them, and that's enough to determine if the basic functionality is working.
+ wiggle_room = 5 # GC rarely cleans up all objects. we can get most of them, and that's enough to determine if the basic functionality is working.
magic = 0x12345678
class AutoPointerTestHelper