swarm, swarm/storage: lower constants for faster tests (#17876)
* swarm/storage: lower constants for faster tests * swarm: reduce test size for TestLocalStoreAndRetrieve * swarm: reduce nodes for dec_inc_node_count
This commit is contained in:
committed by
GitHub
parent
d5c7a6056a
commit
0fe9a372b3
@ -111,7 +111,7 @@ func TestMemStoreAndLDBStore(t *testing.T) {
|
||||
chunkSize: 4096,
|
||||
},
|
||||
{
|
||||
n: 201,
|
||||
n: 101,
|
||||
chunkSize: 4096,
|
||||
},
|
||||
{
|
||||
@ -119,11 +119,7 @@ func TestMemStoreAndLDBStore(t *testing.T) {
|
||||
chunkSize: 4096,
|
||||
},
|
||||
{
|
||||
n: 3100,
|
||||
chunkSize: 4096,
|
||||
},
|
||||
{
|
||||
n: 100,
|
||||
n: 1100,
|
||||
chunkSize: 4096,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user