up timeout

This commit is contained in:
Jonathan Rainville 2018-07-25 16:04:59 -04:00 committed by Iuri Matias
parent 21980a0fe5
commit b7bb62b9ad

View File

@ -38,7 +38,7 @@ contract("ENS", function () {
} }
clearInterval(wait); clearInterval(wait);
done(); done();
}, 50); }, 100);
}); });
it("should have registered embark.eth", async function () { it("should have registered embark.eth", async function () {