diff options
-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 e0c8be58..cac17d34 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -4,7 +4,7 @@ def checkpoints :description => "Create a disk for Debian Installer tests", :parent_checkpoint => nil, :steps => [ - 'I create a 10 GiB disk named "'+JOB_NAME+'"', + 'I create a 8 GiB disk named "'+JOB_NAME+'"', 'I plug ide drive "'+JOB_NAME+'"', ] } |