Skip to content

Commit eab9a5d

Browse files
fix default Iroha config
Signed-off-by: Alexey-N-Chernyshov <[email protected]>
1 parent 752b574 commit eab9a5d

File tree

1 file changed

+1
-1
lines changed
  • testcontainers/src/main/java/jp/co/soramitsu/iroha/testcontainers/detail

1 file changed

+1
-1
lines changed

testcontainers/src/main/java/jp/co/soramitsu/iroha/testcontainers/detail/IrohaConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class IrohaConfig implements Cloneable {
4343
private int max_proposal_size = 1000;
4444

4545
@Builder.Default
46-
private int proposal_delay = 1000;
46+
private int proposal_delay = 5000;
4747

4848
@Builder.Default
4949
private int vote_delay = 1000;

0 commit comments

Comments
 (0)