diff options
author | Philip Hands <phil@hands.com> | 2016-06-01 20:20:55 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-01 20:20:55 +0200 |
commit | dfd4f368ef0ba00d6142714372463b150e10b459 (patch) | |
tree | 15c387d8f02d82b00206df90ad763f05ee83c68e | |
parent | 6f13064573dc1b3103c94160d6451885c1bcf192 (diff) | |
download | jenkins.debian.net-dfd4f368ef0ba00d6142714372463b150e10b459.tar.xz |
lvc: seems I trimmed the disk size too much for the desktops
-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 09d8a9ae..5c58c7c9 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -7,7 +7,7 @@ def checkpoints :parent_checkpoint => nil, :steps => [ "I intend to use #{m} mode", - 'I create a 6 GiB disk named "'+JOB_NAME+'"', + 'I create a 10 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', 'I start the computer', 'I select the install mode', |