mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Revert "Maybe increase the timeout with setDefaultTimeout too"
This reverts commit 30eda1eca9.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { spawnSync, spawn, Glob } from "bun";
|
||||
import { beforeAll, describe, expect, it, setDefaultTimeout } from "bun:test";
|
||||
import { beforeAll, describe, expect, it } from "bun:test";
|
||||
import { bunEnv, bunExe, isCI } from "harness";
|
||||
import { join, dirname } from "path";
|
||||
import os from "node:os";
|
||||
|
||||
setDefaultTimeout(10 * 60 * 1000);
|
||||
|
||||
const jsNativeApiRoot = join(__dirname, "node-napi-tests", "test", "js-native-api");
|
||||
const nodeApiRoot = join(__dirname, "node-napi-tests", "test", "node-api");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user