From 1e8df75f6ad7f23dade6f494a3c78e137ec4162f Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 26 Jul 2018 08:59:34 -0400 Subject: [PATCH] use setInterval to wait for deploy complete --- test_apps/test_app/test/ens_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_apps/test_app/test/ens_spec.js b/test_apps/test_app/test/ens_spec.js index c82c15bd..0b2d3cab 100644 --- a/test_apps/test_app/test/ens_spec.js +++ b/test_apps/test_app/test/ens_spec.js @@ -38,7 +38,7 @@ contract("ENS", function () { } clearInterval(wait); done(); - }, 500); + }); }); it("should have registered embark.eth", async function () {