self review

This commit is contained in:
fbarbu15 2023-10-06 13:34:30 +03:00
parent 0e5ff3e13d
commit 95dbac3c57
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@
"experimental-specifier-resolution=node",
"loader=ts-node/esm"
],
"exit": true
// "retries": 3
"exit": true,
"retries": 3
}

View File

@ -45,7 +45,7 @@ import {
const secondDecoder = createDecoder(customContentTopic, DefaultPubSubTopic);
describe("Waku Store", function () {
describe("Waku Store, general", function () {
this.timeout(15000);
let waku: LightNode;
let waku2: LightNode;