[DRE-commits] [librarian-puppet] 19/97: Increase timeouts for travis
Stig Sandbeck Mathisen
ssm at debian.org
Tue Mar 11 12:12:48 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 1e8565947ef8f1e8d8532f98a9961cb5d9e939d3
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date: Tue Dec 10 21:01:54 2013 +0100
Increase timeouts for travis
---
features/support/env.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/features/support/env.rb b/features/support/env.rb
index 3739c0e..2c1f622 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -5,11 +5,11 @@ Before do
end
Before('@slow') do
- @aruba_timeout_seconds = 25
+ @aruba_timeout_seconds = 30
end
Before('@veryslow') do
- @aruba_timeout_seconds = 50
+ @aruba_timeout_seconds = 60
end
Before('@veryveryslow') do
--
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