18071: Relax test timeout.
authorTom Clegg <tom@curii.com>
Fri, 28 Oct 2022 18:18:59 +0000 (14:18 -0400)
committerTom Clegg <tom@curii.com>
Fri, 28 Oct 2022 18:18:59 +0000 (14:18 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/controller/dblock/dblock_test.go

index 6079df6f878364fb90a07b4e2441530a2146ae26..b10b2a3acdf37e7319d16bec965ec7017529fda9 100644 (file)
@@ -44,7 +44,7 @@ func (s *suite) SetUpSuite(c *check.C) {
 }
 
 func (s *suite) TestLock(c *check.C) {
-       retryDelay = time.Millisecond
+       retryDelay = 10 * time.Millisecond
 
        var logbuf bytes.Buffer
        logger := ctxlog.New(&logbuf, "text", "debug")