From bb019a6989621ffa252f47ab833336374add90bb Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Wed, 25 Jul 2018 16:04:59 -0400 Subject: [PATCH] up timeout --- 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 c231e0ae8..8dfc012d5 100644 --- a/test_apps/test_app/test/ens_spec.js +++ b/test_apps/test_app/test/ens_spec.js @@ -32,7 +32,7 @@ contract("ENS", function () { // Wait for onDeploy to finish setTimeout(function () { done(); - }, 50); + }, 100); }); it("should have registered embark.eth", async function () {