Replace nim-waku log grep with new pattern

This commit is contained in:
Franck Royer 2021-08-09 12:27:22 +10:00
parent 80cfa3c87a
commit dcdab3203d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}