Skip to content

Commit

Permalink
fix 1195 (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven authored Dec 4, 2023
1 parent 1cdd848 commit 0c20724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdk/typescript/rooch-sdk/test/e2e/servers/rooch-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export class RoochServer {
}

checkReady(cb: (ret: Error | undefined) => void) {
const readyRegex = /JSON-RPC HTTP Server start listening/
// const readyRegex = /JSON-RPC HTTP Server start listening/
// Wait eth relayer ready, TODO: Direct inspection timestamp contract
const readyRegex = /EthereumRelayer process block/
const errorRegex = /[Ee]rror:/

const timer = setTimeout(() => {
Expand Down

0 comments on commit 0c20724

Please sign in to comment.