mirror of https://github.com/waku-org/js-waku.git
Replace nim-waku log grep with new pattern
This commit is contained in:
parent
80cfa3c87a
commit
dcdab3203d
|
@ -134,8 +134,8 @@ export class NimWaku {
|
|||
);
|
||||
});
|
||||
|
||||
dbg("Waiting to see 'RPC Server started' in nim-waku logs");
|
||||
await this.waitForLog('RPC Server started', 10000);
|
||||
dbg("Waiting to see 'Node setup complete' in nim-waku logs");
|
||||
await this.waitForLog('Node setup complete', 9000);
|
||||
dbg('nim-waku node has been started');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue