Skip to content

Commit

Permalink
test(dashmate): e2e tests failing due to DKG interval check (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 27, 2024
1 parent 726a93e commit 394c702
Showing 1 changed file with 2 additions and 0 deletions.
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 394c702

Please sign in to comment.