Skip to content

Commit aa2063f

Browse files
committed
timeout tweak
1 parent 63d37f3 commit aa2063f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wokwi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
# Wait for simulator to start and web server to be ready
205205
echo "Waiting for WLED web server to be ready..."
206206
#max_wait=240
207-
max_wait=30
207+
max_wait=50
208208
elapsed=0
209209
while [ $elapsed -lt $max_wait ]; do
210210
if curl -s -f http://localhost:9080 > /dev/null 2>&1; then

0 commit comments

Comments
 (0)