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:
Anton Evangelatov
2018-10-09 11:45:42 +02:00
committed by GitHub
parent d5c7a6056a
commit 0fe9a372b3
6 changed files with 19 additions and 22 deletions

View File

@ -25,7 +25,7 @@ import (
"testing"
)
const testDataSize = 0x1000000
const testDataSize = 0x0001000
func TestFileStorerandom(t *testing.T) {
testFileStoreRandom(false, t)