up timeout

This commit is contained in:
Jonathan Rainville 2018-07-25 16:04:59 -04:00 committed by Iuri Matias
parent b1c04c6027
commit 01de35aab9
1 changed files with 1 additions and 1 deletions

View File

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