diff options
author | Philip Hands <phil@hands.com> | 2016-05-26 21:36:20 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-26 21:39:54 +0200 |
commit | ff7b6905053b389f5ef930f963141d43ec7179ee (patch) | |
tree | 84272f396b8af0bc1b24ae7ed647bab759628c85 | |
parent | 3f1033d41237da1e43aa618a631542734d0680b9 (diff) | |
download | jenkins.debian.net-ff7b6905053b389f5ef930f963141d43ec7179ee.tar.xz |
lvc: stop cucumber from eating the CPU whole
-rw-r--r-- | cucumber/features/support/helpers/sikuli_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/support/helpers/sikuli_helper.rb b/cucumber/features/support/helpers/sikuli_helper.rb index 486b0e2e..553abd97 100644 --- a/cucumber/features/support/helpers/sikuli_helper.rb +++ b/cucumber/features/support/helpers/sikuli_helper.rb @@ -211,3 +211,4 @@ sikuli_settings.ActionLogs = true sikuli_settings.DebugLogs = false sikuli_settings.InfoLogs = true sikuli_settings.ProfileLogs = true +sikuli_settings.WaitScanRate = 0.25 |