[DRE-commits] [librarian-puppet] 02/97: Update env.rb
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository librarian-puppet.
commit 46ab58b3678aa72c14664a3bb7e7b0248f68056f
Author: PeteMS <p.morsou at gmail.com>
Date: Thu Aug 22 17:08:23 2013 +0100
Update env.rb
Bumping up timeouts...
---
features/support/env.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/features/support/env.rb b/features/support/env.rb
index 6cd9935..6f11f2a 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -5,5 +5,5 @@ Before do
slow_boot ||= RUBY_PLATFORM == "java"
slow_boot ||= defined?(::Rubinius)
- @aruba_timeout_seconds = slow_boot ? 30 : 15
+ @aruba_timeout_seconds = slow_boot ? 60 : 30
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git
More information about the Pkg-ruby-extras-commits
mailing list