up timeout
This commit is contained in:
parent
b1c04c6027
commit
01de35aab9
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue