wrangler types the tests run. here's my vitest config
example.com/cdn-cgi/trace on your tunnel hostname) and in your tunnel logs, that your tunnel is connecting to a nearby location as well, not too related to Workers thoughctx.waitUntil() can have a longer execution time too. Its been 30s of wall-clock duration, and I could really use an increase time limit there.import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
import { mergeConfig } from "vitest/config";
import { baseConfig } from "./base.js";
export const workerConfig = mergeConfig(
baseConfig,
defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: "./wrangler.jsonc" },
},
},
},
}),
);BLOCK cf.worker.upstream_zone != "my.domain"example.com/cdn-cgi/tracectx.waitUntil()const start = performance.now()
await fetch('https://unweb.io/healthcheck').then(x => x.text())
return new Response(String(performance.now() - start));