Skip to content

Commit

Permalink
Merge pull request #3425 from Sweetdevil144/develop
Browse files Browse the repository at this point in the history
Replace original testing server for `api testing`
  • Loading branch information
infotroph authored Feb 11, 2025
2 parents 8d2f0c2 + 6c3d4b6 commit f0f405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/test_pecanapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd R; ./entrypoint.R 2>/dev/null &
PID=$!

while ! curl --output /dev/null --silent http://pecan.localhost/
while ! curl --output /dev/null --silent http://localhost:8000/
do
sleep 1 && echo -n .
done
Expand Down

0 comments on commit f0f405e

Please sign in to comment.