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.
2 parents 5fa77ab + 533e9da commit 6489051Copy full SHA for 6489051
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"pretest": "./scripts/build-image.sh",
7
"test": "npm run lint && npm run build && npm run test:unit && npm run test:integration",
8
- "test:unit": "NODE_ENV=test tap test/unit",
+ "test:unit": "NODE_ENV=test tap test/unit --timeout=300",
9
"test:system": "tap test/system --timeout=600",
10
"test:integration": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=kind CREATE_CLUSTER=true tap test/integration/kubernetes.test.ts --timeout=900",
11
"test:integration:kind": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=kind CREATE_CLUSTER=true tap test/integration/kubernetes.test.ts --timeout=900",
0 commit comments