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;
const commonConf = {
ipv4: '127.0.0.1',
currency: 'bb',
nbCores:1,
httpLogs: true,
forksize: 3,
sigQty: 1
......
......@@ -20,6 +20,7 @@ describe("Fork blocks", function() {
s1 = toolbox.server({
// The common conf
nbCores:1,
medianTimeBlocks: 1,
avgGenTime: 11,
udTime0: now,
......@@ -35,6 +36,7 @@ describe("Fork blocks", function() {
s2 = toolbox.server({
// Particular conf
nbCores:1,
switchOnHeadAdvance: 5,
forksize,
......@@ -47,6 +49,7 @@ describe("Fork blocks", function() {
s3 = toolbox.server({
// Particular conf
nbCores:1,
switchOnHeadAdvance: 5,
forksize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment