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;
|
return;
|
||||||
case "serviceFailed":
|
case "serviceFailed":
|
||||||
if (expectedOutput) {
|
if (expectedOutput) {
|
||||||
postTestResults(testData, expectedOutput)
|
postTestResults(testData, message.expectedOutput)
|
||||||
testData = []
|
testData = []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue