From 2a10beb4328855b8ba080d99f36d8598dc01a91b Mon Sep 17 00:00:00 2001 From: cgewecke Date: Thu, 12 Sep 2019 21:53:28 -0700 Subject: [PATCH] Try asyncRequestProcesssing: true --- lib/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/app.js b/lib/app.js index 6be1d11..8f036ce 100644 --- a/lib/app.js +++ b/lib/app.js @@ -125,6 +125,7 @@ class App { this.providerOptions.gasLimit = this.gasLimitString; this.providerOptions.allowUnlimitedContractSize = true; this.providerOptions.db = memdown(); + this.providerOptions.asyncRequestProcessing: true; // Try to launch provider and attach to vm step of // either plugin's ganache or a provider passed via options