mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
test: add regression tests for building docker containers (#25210)
This commit is contained in:
@@ -77,9 +77,8 @@ const testTimeout = 3 * 60_000;
|
||||
const integrationTimeout = 5 * 60_000;
|
||||
|
||||
function getNodeParallelTestTimeout(testPath) {
|
||||
if (testPath.includes("test-dns")) {
|
||||
return 90_000;
|
||||
}
|
||||
if (testPath.includes("test-dns")) return 60_000;
|
||||
if (testPath.includes("-docker-")) return 60_000;
|
||||
if (!isCI) return 60_000; // everything slower in debug mode
|
||||
if (options["step"]?.includes("-asan-")) return 60_000;
|
||||
return 20_000;
|
||||
|
||||
Reference in New Issue
Block a user