From 7ec8440d7d23f92e12976f1aa090ad10cdd103df Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 3 Nov 2017 17:47:27 +0100 Subject: [PATCH] [fix] test start_generate_blocks --- test/integration/start_generate_blocks.js | 1 + test/integration/tools/toolbox.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/test/integration/start_generate_blocks.js b/test/integration/start_generate_blocks.js index e700d38d5..c71bd8c80 100644 --- a/test/integration/start_generate_blocks.js +++ b/test/integration/start_generate_blocks.js @@ -19,6 +19,7 @@ const expectJSON = httpTest.expectJSON; const MEMORY_MODE = true; const commonConf = { + bmaWithCrawler: true, ipv4: '127.0.0.1', remoteipv4: '127.0.0.1', currency: 'bb', diff --git a/test/integration/tools/toolbox.ts b/test/integration/tools/toolbox.ts index d0db935b4..cbbe1d156 100644 --- a/test/integration/tools/toolbox.ts +++ b/test/integration/tools/toolbox.ts @@ -697,6 +697,7 @@ export const simpleWS2PNetwork: (s1: TestingServer, s2: TestingServer) => Promis export function simpleTestingConf(now = 1500000000, pair:{ pub:string, sec:string }): any { return { + bmaWithCrawler: true, pair, nbCores: 1, udTime0: now, -- GitLab