Skip to content

Commit 2254cfe

Browse files
authored
Merge pull request moby#3074 from jedevc/increase-cache-mount-test-timeout
llbsolver: increase test timeout for mount lock tests
2 parents c933d1a + bad80f4 commit 2254cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solver/llbsolver/mounts/mount_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func TestCacheMountLockedRefs(t *testing.T) {
304304

305305
select {
306306
case <-gotRef4:
307-
case <-time.After(500 * time.Millisecond):
307+
case <-time.After(2 * time.Second):
308308
require.FailNow(t, "mount did not unlock")
309309
}
310310
}

0 commit comments

Comments
 (0)