Skip to content

Commit

Permalink
test: wait for grpcweb endpoint 200
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula committed Jun 9, 2020
1 parent 057105d commit 22ea101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ before(async function () {
}
})
await wait({
resources: ["tcp:6002", "tcp:7777", "tcp:5001"],
resources: ["http://0.0.0.0:6002"],
timeout: 120000,
})
await new Promise((r) => setTimeout(r, 10000))
})

after(() => {
Expand Down

0 comments on commit 22ea101

Please sign in to comment.