[Qa-jenkins-scm] [jenkins.debian.net] 01/03: tune the timing for the Gnome Desktop package instalation
Holger Levsen
holger at layer-acht.org
Thu May 12 14:06:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit a097201c33d8573b1cc2f9a153df708d01fa3c98
Author: Philip Hands <phil at hands.com>
Date: Thu May 12 10:59:31 2016 +0200
tune the timing for the Gnome Desktop package instalation
---
cucumber/features/step_definitions/common_steps.rb | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 0e5c687..ed896d3 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -459,13 +459,14 @@ end
Given /^in ([a-z]*) mode I wait while the ([a-z]* |)bulk of the packages are installed$/ do |ui_mode,vast|
@screen.wait(diui_png("InstallSoftware",ui_mode), 10)
if "vast " == vast
- 40.times do
+ debug_log("debug: lots of packages, so sod about with AltF4/1 to keep things alive, hopefully", :color => :blue)
+ 20.times do
sleep(50)
@screen.type(Sikuli::Key.F4, Sikuli::KeyModifier.ALT)
sleep(10)
@screen.type(Sikuli::Key.F1, Sikuli::KeyModifier.ALT)
end
- debug_log("debug: 50 mins in...", :color => :blue)
+ debug_log("debug: 20 mins in...", :color => :blue)
end
@screen.wait(diui_png("InstallSoftware",ui_mode), 10)
@screen.waitVanish(diui_png("InstallSoftware",ui_mode), 40 * 60)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list