This commit is contained in:
Alexey Rodionov 2021-12-17 10:40:02 -08:00 коммит произвёл Alexey Rodionov
Родитель f263edbd3c
Коммит 76cb8d6d24
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -671,10 +671,10 @@ describe('WorkerChannel', () => {
process.env.AzureWebJobsScriptRoot = 'test';
// Accesing private method
(channel as any).logColdStartWarning(100);
(channel as any).logColdStartWarning(10);
// Set slight delay
await new Promise((resolve) => setTimeout(resolve, 200));
await new Promise((resolve) => setTimeout(resolve, 1000));
sinon.assert.calledWith(stream.written, <rpc.IStreamingMessage>{
rpcLog: {
message: