Skip to content

Commit 2c9919c

Browse files
JPeer264claude
andcommitted
fixup! test(bun): Run the Bun-only suites with the shared Node runner
Co-Authored-By: Claude Opus 5.5 <[email protected]>
1 parent a47daf1 commit 2c9919c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎dev-packages/bun-integration-tests/vite.config.mts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export default defineConfig({
5050
name: 'bun',
5151
include: ['./suites/**/test.ts'],
5252
env: { RUNTIME: 'bun' },
53+
// Above the 30 second port timeout of the runner on Bun, so a slow start can still pass.
54+
testTimeout: 45_000,
5355
poolOptions: {
5456
threads: {
5557
singleThread: true,

0 commit comments

Comments
 (0)