swarm/storage: speed up garbage collection and rpc tests (#18128)
This commit is contained in:
committed by
GitHub
parent
51e2e78d26
commit
3333fe660f
@ -37,5 +37,5 @@ func TestRPCStore(t *testing.T) {
|
||||
store := NewGlobalStore(rpc.DialInProc(server))
|
||||
defer store.Close()
|
||||
|
||||
test.MockStore(t, store, 100)
|
||||
test.MockStore(t, store, 30)
|
||||
}
|
||||
|
Reference in New Issue
Block a user