use setInterval to wait for deploy complete
This commit is contained in:
parent
972ebe07cd
commit
1e8df75f6a
|
@ -38,7 +38,7 @@ contract("ENS", function () {
|
|||
}
|
||||
clearInterval(wait);
|
||||
done();
|
||||
}, 500);
|
||||
});
|
||||
});
|
||||
|
||||
it("should have registered embark.eth", async function () {
|
||||
|
|
Loading…
Reference in New Issue