From 2e86d069b8c9833a60d13e6730ca188d2acf16f1 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Thu, 5 Apr 2012 12:15:17 -0700 Subject: [PATCH] try two seconds --- spec/support/deferred_garbage_collection.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/deferred_garbage_collection.rb b/spec/support/deferred_garbage_collection.rb index 3c351395bf..fa4e67c6ca 100644 --- a/spec/support/deferred_garbage_collection.rb +++ b/spec/support/deferred_garbage_collection.rb @@ -2,7 +2,7 @@ # https://makandracards.com/makandra/950-speed-up-rspec-by-deferring-garbage-collection class DeferredGarbageCollection - DEFERRED_GC_THRESHOLD = (ENV['DEFER_GC'] || 5.0).to_f + DEFERRED_GC_THRESHOLD = (ENV['DEFER_GC'] || 2.0).to_f #used to be 10.0 @@last_gc_run = Time.now -- GitLab