api/test-ci: reduce stream lifespan

the streams have picked up smoking
This commit is contained in:
jj 2024-11-02 11:13:04 +00:00
parent 2f89f79b14
commit cba308aabd
No known key found for this signature in database

View file

@ -39,7 +39,7 @@ switch (action) {
console.error('no such service:', service);
}
env.streamLifespan = 10000;
env.streamLifespan = 3;
env.apiURL = 'http://x';
randomizeCiphers();