Wait for code to finish w/ crappy set timeout 5
This commit is contained in:
parent
307879b026
commit
f7b1c2bceb
|
@ -202,7 +202,7 @@ async function main() {
|
|||
return;
|
||||
case "serviceFailed":
|
||||
if (expectedOutput) {
|
||||
postTestResults(testData, expectedOutput)
|
||||
postTestResults(testData, message.expectedOutput)
|
||||
testData = []
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue