Skip to content

Commit 436406e

Browse files
committed
increased wait for port timeout
1 parent 6538ae7 commit 436406e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Wait for Todo Server
3737
run: |
3838
go install github.com/bitnami/wait-for-port
39-
wait-for-port 8080
40-
wait-for-port 9090
39+
wait-for-port 8080 --timeout=60
40+
wait-for-port 9090 --timeout=60
4141
4242
- name: Run Tests
4343
run: |

0 commit comments

Comments
 (0)