use setInterval to wait for deploy complete

This commit is contained in:
Jonathan Rainville 2018-07-26 08:59:34 -04:00 committed by Pascal Precht
parent 972ebe07cd
commit 1e8df75f6a
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

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