Skip to content

Commit

Permalink
Increase memory limits for ballast test (#6928)
Browse files Browse the repository at this point in the history
Fixes #6927

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Dec 21, 2021
1 parent 290975f commit 6e055ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testbed/tests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ func TestBallastMemory(t *testing.T) {
ballastSize uint32
maxRSS uint32
}{
{100, 70},
{500, 90},
{1000, 110},
{100, 80},
{500, 100},
{1000, 120},
}

resultDir, err := filepath.Abs(path.Join("results", t.Name()))
Expand Down

0 comments on commit 6e055ca

Please sign in to comment.