You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/06/11 01:14:43 UTC

svn commit: r953493 - /buildr/trunk/spec/core/cc_spec.rb

Author: toulmean
Date: Thu Jun 10 23:14:42 2010
New Revision: 953493

URL: http://svn.apache.org/viewvc?rev=953493&view=rev
Log:
change delay to 1 to help with a test that relies on time

Modified:
    buildr/trunk/spec/core/cc_spec.rb

Modified: buildr/trunk/spec/core/cc_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/core/cc_spec.rb?rev=953493&r1=953492&r2=953493&view=diff
==============================================================================
--- buildr/trunk/spec/core/cc_spec.rb (original)
+++ buildr/trunk/spec/core/cc_spec.rb Thu Jun 10 23:14:42 2010
@@ -108,7 +108,7 @@ describe Buildr::CCTask do
       project.cc.invoke
     end
     
-    sleep 0.5
+    sleep 1
     
     compile.should_receive :reenable
     compile.should_receive :invoke