Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fixes time value for --health-interval in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeathe committed Aug 16, 2019
1 parent 2041739 commit 1b12b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/shpec/operation_shpec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ function test_custom_configuration ()
--network ${backend_network} \
--publish ${DOCKER_PORT_MAP_TCP_80}:80 \
--publish ${DOCKER_PORT_MAP_TCP_8443}:8443 \
--health-interval 30 \
--health-interval 30s \
jdeathe/centos-ssh-varnish:latest \
&> /dev/null

Expand Down Expand Up @@ -1069,7 +1069,7 @@ function test_custom_configuration ()
--network ${backend_network} \
--publish ${DOCKER_PORT_MAP_TCP_80}:80 \
--publish ${DOCKER_PORT_MAP_TCP_8443}:8443 \
--health-interval 30 \
--health-interval 30s \
jdeathe/centos-ssh-varnish:latest \
&> /dev/null

Expand Down

0 comments on commit 1b12b68

Please sign in to comment.