Skip to content

Commit 3ace97b

Browse files
committed
fixup! graphdb: add concurrent cache property
1 parent 0f7566c commit 3ace97b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graph/db/store_concurrency_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ func TestStoreCacheConcurrentAccess(t *testing.T) {
615615

616616
select {
617617
case <-done:
618-
case <-time.After(3 * time.Second):
619-
t.Fatalf("concurrent cache operations timed out")
620618
}
621619
})
622620
}

0 commit comments

Comments
 (0)