Skip to content

Commit 0622574

Browse files
committed
readme
1 parent 0f86dce commit 0622574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-and-get-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Request example
2626
run: |
27-
curl http://localhost:8080/?options=Red,Green,Blue\&target=0\&fps=24\&duration=10 > example.gif
27+
curl -m 5 http://localhost:8080/?options=Red,Green,Blue\&target=0\&fps=24\&duration=10 > example.gif
2828
2929
- name: Commit and push example
3030
uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)