Skip to content

Commit

Permalink
Wait for Synapse?
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Aug 18, 2023
1 parent 7406036 commit 1712b5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests-e2e/run-tests-dmr-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ do
sleep 1
done

until [ \
"$(curl -s -w '%{http_code}' -o /dev/null "http://localhost:8008/health")" \
-eq 200 ]
do
echo 'Waiting for Synapse to start...'
sleep 1
done



go test "$@"

0 comments on commit 1712b5e

Please sign in to comment.