From 38a11b3632b8819b86028cf1506f9dfce4aeda80 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 1 Mar 2022 15:43:50 -0500 Subject: [PATCH] Increase the test timeout --- packages/astro/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 0c7637ac7dfe3..d8c6932c2d026 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -52,8 +52,8 @@ "dev": "astro-scripts dev \"src/**/*.ts\"", "postbuild": "astro-scripts copy \"src/**/*.astro\"", "benchmark": "node test/benchmark/dev.bench.js && node test/benchmark/build.bench.js", - "test": "mocha --parallel --timeout 15000 --ignore **/lit-element.test.js && mocha **/lit-element.test.js", - "test:match": "mocha --timeout 15000 -g" + "test": "mocha --parallel --timeout 20000 --ignore **/lit-element.test.js && mocha --timeout 20000 **/lit-element.test.js", + "test:match": "mocha --timeout 20000 -g" }, "dependencies": { "@astrojs/compiler": "^0.12.0-next.5",