Skip to content

Commit

Permalink
#1785 fix JsonRpcSuite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 17, 2024
1 parent 5253168 commit d6427e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/libweb3jsonrpc/jsonrpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct JsonRpcFixture : public TestOutputHelperFixture {
// 615 + 1430 is experimentally-derived block size + average extras size
chainParams.sChain.dbStorageLimit = 320.5*( 615 + 1430 );
chainParams.sChain.contractStoragePatchTimestamp = 1;
powPatchActivationTimestamp = time(nullptr) + 20;
powPatchActivationTimestamp = time(nullptr) + 60;
chainParams.sChain.correctForkInPowPatchTimestamp = powPatchActivationTimestamp; // 10 guessed seconds
chainParams.sChain.emptyBlockIntervalMs = _emptyBlockIntervalMs;
// add random extra data to randomize genesis hash and get random DB path,
Expand Down

0 comments on commit d6427e7

Please sign in to comment.