Closed NathanFlurry closed 2 months ago
Run a test with `deno test --trace-ops` and disable `sanitizeOps` in `Runtime.test` to see the issue:
```
at op_sleep (ext:core/00_infra.js:265:13)
at runAfterTimeout (ext:deno_web/02_timers.js:234:20)
at initializeTimer (ext:deno_web/02_timers.js:192:3)
at setTimeout (ext:deno_web/02_timers.js:336:10)
at pm (file:///Users/nathan/rivet/ogs/dist/prisma/friends/esm.js:7264:14)
at
No longer an issue now that we use docker for this
Run a test with
deno test --trace-ops
and disablesanitizeOps
inRuntime.test
to see the issue:Sanitize ops is disabled until this can be fixed.