test: Increase timeout

go-waku takes 9s to start, partially because nat cannot be deactivated.
This commit is contained in:
Franck Royer 2022-06-14 16:49:41 +10:00 committed by fryorcraken.eth
parent 2d229e489f
commit 0564c4f95c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe("Waku Filter", () => {
});
beforeEach(async function () {
this.timeout(10000);
this.timeout(15000);
nwaku = new Nwaku(makeLogFileName(this));
await nwaku.start({ filter: true, lightpush: true });
waku = await createWaku({