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 authored Sep 26, 2024
1 parent e4632f6 commit ba772ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashmate/test/e2e/testnetFullnode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Testnet Fullnode', function main() {

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

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

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

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

0 comments on commit ba772ef

Please sign in to comment.