File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/src/test/java/org/tron/plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ void testTools(String dbType, int checkpointVersion)
117
117
cli .execute (argsForSnapshot );
118
118
// start fullNode
119
119
startApp ();
120
- // produce transactions for 6 seconds
121
- generateSomeTransactions (6 );
120
+ // produce transactions
121
+ generateSomeTransactions (checkpointVersion == 1 ? 6 : 18 );
122
122
// stop the node
123
123
shutdown ();
124
124
// generate history
@@ -139,7 +139,7 @@ void testTools(String dbType, int checkpointVersion)
139
139
}
140
140
// start and validate the snapshot
141
141
startApp ();
142
- generateSomeTransactions (6 );
142
+ generateSomeTransactions (checkpointVersion == 1 ? 18 : 6 );
143
143
// stop the node
144
144
shutdown ();
145
145
// merge history
You can’t perform that action at this time.
0 commit comments