From 56f58f78df3478bd3a3e49a22abb7e216318aa65 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Sun, 10 Nov 2024 09:31:11 -0500 Subject: [PATCH] up the timeout on preact tests --- packages/preact-robot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/preact-robot/package.json b/packages/preact-robot/package.json index a3d02f33..988003da 100644 --- a/packages/preact-robot/package.json +++ b/packages/preact-robot/package.json @@ -49,7 +49,7 @@ }, "wireit": { "test": { - "command": "node-qunit-puppeteer http://localhost:1965/packages/preact-robot/test/test.html 10000", + "command": "node-qunit-puppeteer http://localhost:1965/packages/preact-robot/test/test.html 20000", "dependencies": [ "../..:server" ],