Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Aug 27, 2024
1 parent d9a1571 commit 8d8ced2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tests/tests/light-push/index.node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import {
} from "./utils.js";

const runTests = (strictNodeCheck: boolean): void => {
const numServiceNodes = 3;
describe(`Waku Light Push: Multiple Nodes: Strict Check: ${strictNodeCheck}`, function () {
const numServiceNodes = 2;
describe.only(`Waku Light Push: Multiple Nodes: Strict Check: ${strictNodeCheck}`, function () {
// Set the timeout for all tests in this suite. Can be overwritten at test level
this.timeout(15000);
let waku: LightNode;
Expand Down

0 comments on commit 8d8ced2

Please sign in to comment.