Skip to content

Commit 17d2c6c

Browse files
committed
chore: workerd still have setTimeout bugs
Refs: cloudflare/workerd#6037
1 parent c563420 commit 17d2c6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bundler/modules/globals.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ if (process.env.EXODUS_TEST_PLATFORM === 'boa') {
155155

156156
if (
157157
process.env.EXODUS_TEST_PLATFORM === 'hermes' ||
158+
process.env.EXODUS_TEST_PLATFORM === 'workerd' || // FIXME: perhaps we want to not mask the workerd issue? https://github.com/cloudflare/workerd/issues/6037
158159
(process.env.EXODUS_TEST_IS_BAREBONE && !globalThis.clearTimeout)
159160
) {
160161
// Ok, we have broken timers, let's hack them around

0 commit comments

Comments
 (0)