mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Increase retry timer when validating configs
This commit is contained in:
parent
9c2c5edaf5
commit
d0e01472b9
@ -72,7 +72,7 @@ run_server_with_config () {
|
||||
cat test/tmp/"$CONFIG_NAME"
|
||||
else
|
||||
echo "$TEST_NAME($CONFIG_NAME) - Attempting HTTP access to the server"
|
||||
if curl -sfkI -X GET --retry 15 --retry-connrefused --retry-delay 1 $CSS_BASE_URL > test/tmp/"$CONFIG_NAME"-curl; then
|
||||
if curl -sfkI -X GET --retry 15 --retry-connrefused --retry-delay 5 $CSS_BASE_URL > test/tmp/"$CONFIG_NAME"-curl; then
|
||||
echo "$TEST_NAME($CONFIG_NAME) - SUCCESS: server reached"
|
||||
FAILURE=0
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user