Relax test time

This commit is contained in:
Sergio R. Caprile 2023-04-17 16:59:36 -03:00
parent cacd9c7f95
commit 7bce887077

View File

@ -64,7 +64,7 @@ update: firmware.bin
test update: CFLAGS_EXTRA += -DUART_DEBUG=USART1
test: update
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
curl --fail-with-body -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=15 | tee /tmp/output.txt
grep 'READY, IP:' /tmp/output.txt # Check for network init
grep 'MQTT connected' /tmp/output.txt # Check for MQTT connection success