api/test-ci: reduce stream lifespan
the streams have picked up smoking
This commit is contained in:
parent
2f89f79b14
commit
cba308aabd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ switch (action) {
|
|||
console.error('no such service:', service);
|
||||
}
|
||||
|
||||
env.streamLifespan = 10000;
|
||||
env.streamLifespan = 3;
|
||||
env.apiURL = 'http://x';
|
||||
randomizeCiphers();
|
||||
|
||||
|
|
Loading…
Reference in a new issue