mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-12 21:44:33 +00:00
test: Increase timeout
go-waku takes 9s to start, partially because nat cannot be deactivated.
This commit is contained in:
parent
2d229e489f
commit
0564c4f95c
@ -22,7 +22,7 @@ describe("Waku Filter", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(async function () {
|
beforeEach(async function () {
|
||||||
this.timeout(10000);
|
this.timeout(15000);
|
||||||
nwaku = new Nwaku(makeLogFileName(this));
|
nwaku = new Nwaku(makeLogFileName(this));
|
||||||
await nwaku.start({ filter: true, lightpush: true });
|
await nwaku.start({ filter: true, lightpush: true });
|
||||||
waku = await createWaku({
|
waku = await createWaku({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user