From cba308aabdab05909b7565ef8f507deb7f2df727 Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 2 Nov 2024 11:13:04 +0000 Subject: [PATCH] api/test-ci: reduce stream lifespan the streams have picked up smoking --- api/src/util/test-ci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/util/test-ci.js b/api/src/util/test-ci.js index 988fac7a..3a0352cb 100644 --- a/api/src/util/test-ci.js +++ b/api/src/util/test-ci.js @@ -39,7 +39,7 @@ switch (action) { console.error('no such service:', service); } - env.streamLifespan = 10000; + env.streamLifespan = 3; env.apiURL = 'http://x'; randomizeCiphers();