Skip to content

Commit 14b0a0a

Browse files
committed
Increase test time
1 parent 4468d1f commit 14b0a0a

File tree

1 file changed

+1
-1
lines changed
  • steps/step-7-webserver/pico-w5500

1 file changed

+1
-1
lines changed

steps/step-7-webserver/pico-w5500/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ firmware.uf2: firmware.bin $(BIN2UF2)
3232
# Requires env variable VCON_API_KEY set
3333
DEVICE_URL ?= https://dash.vcon.io/api/v3/devices/3
3434
test: update
35-
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=5 | tee /tmp/output.txt
35+
curl --fail -su :$(VCON_API_KEY) $(DEVICE_URL)/tx?t=20 | tee /tmp/output.txt
3636
grep 'READY, IP:' /tmp/output.txt
3737

3838
update: build

0 commit comments

Comments
 (0)