Skip to content

Commit 70c8a23

Browse files
author
Kevin Gartland
committed
remove sleep
1 parent c4528a0 commit 70c8a23

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,6 @@ RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json
171171
dev:
172172
docker-compose up -d
173173
docker-compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh
174-
# curl fails with error 52 without a short sleep....
175-
# sleep 5
176-
# curl -s --retry 10 --retry-connrefused http://localhost:3939
177174
python vetiver-testing/setup-rsconnect/dump_api_keys.py $(RSC_API_KEYS)
178175

179176
dev-stop:

0 commit comments

Comments
 (0)