From 9cd2fc2cd84000e706d73d1ff8316ce46b1be54d Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 8 Nov 2022 13:19:16 -0500 Subject: [PATCH] 19702: Update tests. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/lsf/dispatch_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lsf/dispatch_test.go b/lib/lsf/dispatch_test.go index e51e719066..a09a941ffb 100644 --- a/lib/lsf/dispatch_test.go +++ b/lib/lsf/dispatch_test.go @@ -45,6 +45,7 @@ func (s *suite) SetUpTest(c *check.C) { c.Assert(err, check.IsNil) cluster, err := cfg.GetCluster("") c.Assert(err, check.IsNil) + cluster.Containers.ReserveExtraRAM = 256 << 20 cluster.Containers.CloudVMs.PollInterval = arvados.Duration(time.Second / 4) cluster.Containers.MinRetryPeriod = arvados.Duration(time.Second / 4) cluster.InstanceTypes = arvados.InstanceTypeMap{ -- 2.30.2