Skip to content

Commit bad80f4

Browse files
committed
llbsolver: increase test timeout for mount lock tests
Signed-off-by: Justin Chadwell <[email protected]>
1 parent 9528036 commit bad80f4

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)