From 4a17a5b59eb92bda04ec8ca25b72d99a71df8315 Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 15 Nov 2022 10:47:57 -0600 Subject: [PATCH] timeout to 15000 --- scripts/testall.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/testall.js b/scripts/testall.js index 7b54323f563..62de41885f0 100644 --- a/scripts/testall.js +++ b/scripts/testall.js @@ -20,13 +20,13 @@ spawn( 'testci', '--stream', '--parallel', - // '--loglevel', - // 'error', + '--loglevel', + 'error', '--', '--file', `${collectorScript}`, - // '--no-warnings', - '--timeout=10000', + '--no-warnings', + '--timeout=15000', ], { stdio: 'inherit' } ).on('exit', function (code) {