Wait for code to finish w/ crappy set timeout 5

This commit is contained in:
plondon 2021-10-24 16:41:19 -04:00
parent 307879b026
commit f7b1c2bceb
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ async function main() {
return;
case "serviceFailed":
if (expectedOutput) {
postTestResults(testData, expectedOutput)
postTestResults(testData, message.expectedOutput)
testData = []
}