up timeout

This commit is contained in:
Jonathan Rainville 2018-07-25 16:04:59 -04:00
parent 34dc3de186
commit bb019a6989
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ contract("ENS", function () {
// Wait for onDeploy to finish
setTimeout(function () {
done();
}, 50);
}, 100);
});
it("should have registered embark.eth", async function () {