mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +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);
|
||||
}
|
||||
|
||||
env.streamLifespan = 10000;
|
||||
env.streamLifespan = 3;
|
||||
env.apiURL = 'http://x';
|
||||
randomizeCiphers();
|
||||
|
||||
|
Reference in New Issue
Block a user