Skip to content
Snippets Groups Projects
Commit cde657e8 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] curiously failing old test on protocol v0.5

parent be74bade
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,15 @@ import {BlockDTO} from "../../../app/lib/dto/BlockDTO"
const should = require('should');
const constants = require('../../../app/lib/constants');
const now = 1578540000;
const conf = {
udTime0: now,
dt: 30,
avgGenTime: 5000,
medianTimeBlocks: 1 // The medianTime always equals previous block's medianTime
};
const now = 1578540000;
let s1:TestingServer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment