From e9dc7aeeaa562b043bcae3770e2e1528984f2da9 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 5 May 2021 20:07:12 -0700 Subject: [PATCH] Fix automated test --- test/automated/configmanagement.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/automated/configmanagement.test.js b/test/automated/configmanagement.test.js index 17bf5bc2f..d1010a496 100644 --- a/test/automated/configmanagement.test.js +++ b/test/automated/configmanagement.test.js @@ -6,7 +6,7 @@ const streamTitle = randomString(); const serverSummary = randomString(); const pageContent = `

${randomString()}

`; const tags = [randomString(), randomString(), randomString()]; -const latencyLevel = Math.floor(Math.random() * 5 + 1); +const latencyLevel = Math.floor(Math.random() * 4); const streamOutputVariants = { videoBitrate: randomNumber() * 100,