Updated runner
This commit is contained in:
parent
deb44a8177
commit
ea06cf2ebf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const pipelineDashboardSocket =
|
|||
|
||||
const logNow = () => console.log(Date.now());
|
||||
const liveIndicator = () => {
|
||||
for (var i = 0; i < endLiveCount; i++) setTimeout(logNow, i * 1000);
|
||||
for (var i = 0; i < endLiveCount; i++) setTimeout(logNow, i * liveUpdateDelay);
|
||||
};
|
||||
|
||||
const runTests = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue