Skip to content

Commit 91ef80b

Browse files
committed
fix: Bump the test timeout to 20 sec
1 parent 5cb2d40 commit 91ef80b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"build": "dotnet fsi build_old.fsx",
1010
"publish": "dotnet fsi build_old.fsx publish",
1111
"test": "dotnet run --project src/Fable.Build/Fable.Build.fsproj -- test",
12-
"tests": "node --test-reporter spec --test-timeout 10000 --test temp/tests/JavaScript/Main/Main.js",
12+
"tests": "node --test-reporter spec --test-timeout 20000 --test temp/tests/JavaScript/Main/Main.js",
1313
"tests-ts": "tsc -p temp/tests/TypeScript --outDir temp/tests/TypeScriptCompiled",
14-
"posttests-ts": "node --test-reporter spec --test-timeout 10000 --test temp/tests/TypeScriptCompiled/temp/tests/TypeScript/Main.js",
14+
"posttests-ts": "node --test-reporter spec --test-timeout 20000 --test temp/tests/TypeScriptCompiled/temp/tests/TypeScript/Main.js",
1515
"build-compiler-js": "dotnet fable src/fable-compiler-js/src/fable-compiler-js.fsproj -o build/fable-compiler-js/out",
1616
"postbuild-compiler-js": "rollup build/fable-compiler-js/out/app.js --file src/fable-compiler-js/dist/app.js --format umd --name Fable",
1717
"minify-compiler-js": "terser src/fable-compiler-js/dist/app.js -o src/fable-compiler-js/dist/app.min.js --mangle --compress",
1818
"tests-compiler-js": "node src/fable-compiler-js/dist/app.js tests/Main/Fable.Tests.fsproj temp/tests-compiler-js",
19-
"posttests-compiler-js": "node --test-reporter spec --test-timeout 10000 --test temp/tests-compiler-js/Main.js"
19+
"posttests-compiler-js": "node --test-reporter spec --test-timeout 20000 --test temp/tests-compiler-js/Main.js"
2020
},
2121
"dependencies": {
2222
"@types/node": "^25.8.0",

0 commit comments

Comments
 (0)