We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36925ff commit ac0a267Copy full SHA for ac0a267
package.json
@@ -109,7 +109,7 @@
109
"prepack": "sf-prepack",
110
"prepare": "sf-install",
111
"test": "wireit",
112
- "test:nuts": "nyc mocha \"./test/nut/sandboxRefresh.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 5",
+ "test:nuts": "nyc mocha \"./test/nut/sandboxRefresh.nut.ts\" --slow 4500 --timeout 1200000",
113
"test:nuts:legacy": "nyc mocha \"./test/nut/legacy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 5",
114
"test:nuts:sandbox": "nyc mocha \"./test/**/*.sandboxNut.ts\" --slow 450000 --timeout 7200000 --parallel --jobs 5",
115
"test:only": "wireit",
0 commit comments