Revert "Maybe increase the timeout with setDefaultTimeout too"

This reverts commit 30eda1eca9.
This commit is contained in:
Kai Tamkun
2024-11-20 19:24:47 -08:00
parent 30eda1eca9
commit 81690617c0

View File

@@ -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");