summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timeouts.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeouts.hrl b/src/timeouts.hrl
index 41ee008..495ea90 100644
--- a/src/timeouts.hrl
+++ b/src/timeouts.hrl
@@ -4,6 +4,6 @@
-define(SYNC_INDEXFORHASH_TIMEOUT, 300000).
-define(FSDB_COMMIT_DEFAULT_TIMEOUT, 5000).
-define(HT_LOAD_TREE_TIMEOUT, 30000).
--define(PLOP_STORAGE_QUORUM_TIMEOUT, 2000).
+-define(PLOP_STORAGE_QUORUM_TIMEOUT, 10000).
-define(SIGN_HSM_PORT_TIMEOUT, 10000).
-define(UTIL_FSYNC_DEFAULT_TIMEOUT, 5000).