aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/filestore_test.go
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-10-09 17:45:42 +0800
committerGitHub <noreply@github.com>2018-10-09 17:45:42 +0800
commit0fe9a372b3ff9fd0746c3e271bd0ddddd3412122 (patch)
tree564456af329ea45a066ccf4c8d084c4fddcf645d /swarm/storage/filestore_test.go
parentd5c7a6056afdc8c3364b1774b5d2bc4a74b028a6 (diff)
downloaddexon-0fe9a372b3ff9fd0746c3e271bd0ddddd3412122.tar.gz
dexon-0fe9a372b3ff9fd0746c3e271bd0ddddd3412122.tar.zst
dexon-0fe9a372b3ff9fd0746c3e271bd0ddddd3412122.zip
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
Diffstat (limited to 'swarm/storage/filestore_test.go')
-rw-r--r--swarm/storage/filestore_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/storage/filestore_test.go b/swarm/storage/filestore_test.go
index d79efb530..9fe58f60c 100644
--- a/swarm/storage/filestore_test.go
+++ b/swarm/storage/filestore_test.go
@@ -25,7 +25,7 @@ import (
"testing"
)
-const testDataSize = 0x1000000
+const testDataSize = 0x0001000
func TestFileStorerandom(t *testing.T) {
testFileStoreRandom(false, t)