Skip to content

Commit

Permalink
fix: profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
sejori committed Aug 3, 2023
1 parent 4bff7b8 commit 5f1c0aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/utils/Profiler_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ Deno.test("UTIL: Profiler", async (t) => {
const abortController = new AbortController()
Deno.serve({ signal: abortController.signal }, (req) => router.requestHandler(req))

// can't await listen so timeout necessary
// await new Promise(res => setTimeout(res, 500))

const results = await Profiler.run(router, {
mode: "serve",
url: "http://localhost:8000",
Expand Down

0 comments on commit 5f1c0aa

Please sign in to comment.