Skip to content

Commit

Permalink
test(dashmate): e2e tests failing due to DKG interval check
Browse files Browse the repository at this point in the history
Fixes #2170

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/dashpay/platform/issues/2170?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
shumkov committed Sep 26, 2024
1 parent b001422 commit 4cf5164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dashmate/test/e2e/localNetwork.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ describe('Local Network', function main() {
const task = restartNodeTask(config);
await task.run({
isVerbose: true,
isSafe: true,
});
}

Expand All @@ -146,6 +147,7 @@ describe('Local Network', function main() {
const task = stopNodeTask(config);
await task.run({
isVerbose: true,
isSafe: true,
});
}

Expand Down
1 change: 1 addition & 0 deletions packages/dashmate/test/e2e/testnetEvonode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ describe('Testnet Evonode', function main() {
await task.run({
isVerbose: true,
platformOnly: true,
isSafe: true,
});

await assertServiceRunning(config, 'core', true);
Expand Down
2 changes: 2 additions & 0 deletions packages/dashmate/test/e2e/testnetFullnode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ describe('Testnet Fullnode', function main() {

await task.run({
isVerbose: true,
isSafe: true,
});

await assertServiceRunning(config, 'core');
Expand All @@ -160,6 +161,7 @@ describe('Testnet Fullnode', function main() {

await task.run({
isVerbose: true,
isSafe: true,
});

await assertServiceRunning(config, 'core', false);
Expand Down

0 comments on commit 4cf5164

Please sign in to comment.