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

Fix: tests might not pass for chainability

parent dbbf81c1
Branches
Tags
No related merge requests found
......@@ -73,10 +73,10 @@ describe("Certification chainability", function() {
// We still are at +195, and the certPeriod must be OVER (or equal to) current time to allow new certs from cat.
// So if we increment +1
yield commitS1({
time: now + 210
time: now + 100
});
yield commitS1({
time: now + 210
time: now + 400
});
yield commitS1({ now });
// Should be integrated now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment