mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/test-ci: reduce stream lifespan
the streams have picked up smoking
This commit is contained in:
@ -39,7 +39,7 @@ switch (action) {
|
|||||||
console.error('no such service:', service);
|
console.error('no such service:', service);
|
||||||
}
|
}
|
||||||
|
|
||||||
env.streamLifespan = 10000;
|
env.streamLifespan = 3;
|
||||||
env.apiURL = 'http://x';
|
env.apiURL = 'http://x';
|
||||||
randomizeCiphers();
|
randomizeCiphers();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user