Skip to content

Commit

Permalink
Raise rootfs tarball image size
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Oct 17, 2023
1 parent ccdd512 commit 6c0449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/statemachine/classic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ func TestSuccessfulRootfsGeneration(t *testing.T) {
stateMachine.commonFlags, stateMachine.stateMachineFlags = helper.InitCommonOpts()
stateMachine.parent = &stateMachine
stateMachine.commonFlags.Debug = true
stateMachine.commonFlags.Size = "3G"
stateMachine.commonFlags.Size = "5G"
stateMachine.commonFlags.OutputDir = outputDir
stateMachine.Args.ImageDefinition = filepath.Join("testdata", "image_definitions",
"test_rootfs_tarball.yaml")
Expand Down

0 comments on commit 6c0449a

Please sign in to comment.