Updated tests

This commit is contained in:
Matt McWilliams 2024-05-14 20:23:22 -04:00
parent 58f0d17779
commit ed76061dea
1 changed files with 3 additions and 3 deletions

View File

@ -69,6 +69,7 @@ function actionStop (img) {
action : 3, //STOP
image : resolve(img)
}
send(obj);
}
client.connect(serverPort, serverAddress, async () => {
@ -83,11 +84,10 @@ client.connect(serverPort, serverAddress, async () => {
actionLoad(img, 100, 100, 640, 640);
//
await delay(1000);
actionExpose(img, 4000);
//actionStart(img);
actionStart(img);
//
await delay(2000);
//actionStop(img);
actionStop(img);
});
client.on('data', (data) => {