Skip to content
Snippets Groups Projects
Unverified Commit 48189827 authored by Éloïs's avatar Éloïs
Browse files

[test] always define nbCores in pow integration tests

parent 0ac6978e
No related branches found
No related tags found
2 merge requests!1220Stable/ws2p v1.1 trymerge,!1208Stable/ws2p v1.1
...@@ -23,6 +23,7 @@ const MEMORY_MODE = true; ...@@ -23,6 +23,7 @@ const MEMORY_MODE = true;
const commonConf = { const commonConf = {
ipv4: '127.0.0.1', ipv4: '127.0.0.1',
currency: 'bb', currency: 'bb',
nbCores:1,
httpLogs: true, httpLogs: true,
forksize: 3, forksize: 3,
sigQty: 1 sigQty: 1
......
...@@ -20,6 +20,7 @@ describe("Fork blocks", function() { ...@@ -20,6 +20,7 @@ describe("Fork blocks", function() {
s1 = toolbox.server({ s1 = toolbox.server({
// The common conf // The common conf
nbCores:1,
medianTimeBlocks: 1, medianTimeBlocks: 1,
avgGenTime: 11, avgGenTime: 11,
udTime0: now, udTime0: now,
...@@ -35,6 +36,7 @@ describe("Fork blocks", function() { ...@@ -35,6 +36,7 @@ describe("Fork blocks", function() {
s2 = toolbox.server({ s2 = toolbox.server({
// Particular conf // Particular conf
nbCores:1,
switchOnHeadAdvance: 5, switchOnHeadAdvance: 5,
forksize, forksize,
...@@ -47,6 +49,7 @@ describe("Fork blocks", function() { ...@@ -47,6 +49,7 @@ describe("Fork blocks", function() {
s3 = toolbox.server({ s3 = toolbox.server({
// Particular conf // Particular conf
nbCores:1,
switchOnHeadAdvance: 5, switchOnHeadAdvance: 5,
forksize, forksize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment