summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-26 21:30:29 +0200
committerPhilip Hands <phil@hands.com>2016-05-26 21:39:53 +0200
commit55c508517e402811861645e66674d0f922a1f8ef (patch)
treeafce68fbdbd7f852bc124dcdf0c62a7ec90ab106 /cucumber/features/support
parent04d1411830c0e4ee0c7bbc3d60238a66fe8e1538 (diff)
downloadjenkins.debian.net-55c508517e402811861645e66674d0f922a1f8ef.tar.xz
lvc: set PATIENCE via env, and deal with 'stretch' bootscreen
Diffstat (limited to 'cucumber/features/support')
-rw-r--r--cucumber/features/support/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/support/config.rb b/cucumber/features/support/config.rb
index d335004d..0e5ed31f 100644
--- a/cucumber/features/support/config.rb
+++ b/cucumber/features/support/config.rb
@@ -60,6 +60,7 @@ OLD_TAILS_ISO = ENV['OLD_ISO'] || TAILS_ISO
TIME_AT_START = Time.now
ARTIFACTS_DIR = $config['TMPDIR'] + "/results"
JOB_NAME = ENV['JOB_NAME']
+PATIENCE = ENV['PATIENCE'] || 3
# Constants that are statically initialized.
CONFIGURED_KEYSERVER_HOSTNAME = 'hkps.pool.sks-keyservers.net'