Skip to content

Commit

Permalink
bump brats test disk size with recent addition of byo ruby (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore authored Mar 24, 2023
1 parent d476497 commit 436ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/brats/brats_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = func() bool {

func init() {
flag.StringVar(&cutlass.DefaultMemory, "memory", "256M", "default memory for pushed apps")
flag.StringVar(&cutlass.DefaultDisk, "disk", "384M", "default disk for pushed apps")
flag.StringVar(&cutlass.DefaultDisk, "disk", "750M", "default disk for pushed apps")
flag.Parse()
}

Expand Down

0 comments on commit 436ea54

Please sign in to comment.