diff options
author | Philip Hands <phil@hands.com> | 2016-11-26 18:20:43 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-26 23:52:18 +0100 |
commit | d23f5e12f7249428ea1a572f79213e39bb3abf77 (patch) | |
tree | dbfdbf620092cad224c61bc02abb92865899709c /cucumber | |
parent | 1523f85fbf451c2c71ee8888fcbdbf05803e88ca (diff) | |
download | jenkins.debian.net-d23f5e12f7249428ea1a572f79213e39bb3abf77.tar.xz |
lvc: make DebianEdu disk bigger
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index dba92b4c..ffdc88a3 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -13,7 +13,7 @@ def checkpoints :description => "a disk is created for Debian Edu tests", :parent_checkpoint => nil, :steps => [ - 'I create a 25 GiB disk named "'+JOB_NAME+'"', + 'I create a 40 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', ] } |