From: Tom Clegg Date: Tue, 8 Nov 2022 18:19:16 +0000 (-0500) Subject: 19702: Update tests. X-Git-Tag: 2.5.0~38^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/9cd2fc2cd84000e706d73d1ff8316ce46b1be54d 19702: Update tests. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- 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{