Fix unittest

This commit is contained in:
Fabian Schuh 2019-02-07 14:37:10 +01:00
parent 89361e58af
commit c9dd3aea66
No known key found for this signature in database
GPG key ID: F2538A4B282D6238

View file

@ -3011,7 +3011,7 @@ boost::unit_test::test_suite* init_unit_test_suite(int argc, char* argv[]) {
std::cout << "Random number generator seeded to " << time(NULL) << std::endl;
// betting operations don't take effect until HARDFORK 1000
GRAPHENE_TESTING_GENESIS_TIMESTAMP = HARDFORK_1000_TIME.sec_since_epoch() + 2;
GRAPHENE_TESTING_GENESIS_TIMESTAMP = HARDFORK_1000_TIME.sec_since_epoch() + 10;
return nullptr;
}