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

Commit c61b74b

Browse files
committed
ISSUE 122: Adds 2 second wait before commencing healthcheck failure test.
1 parent 198b29f commit c61b74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shpec/operation_shpec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ function test_healthcheck ()
19961996
awk \
19971997
-v interval_seconds="${interval_seconds}" \
19981998
-v retries="${retries}" \
1999-
'BEGIN { print 1 + interval_seconds * retries; }'
1999+
'BEGIN { print 2 + interval_seconds * retries; }'
20002000
)
20012001

20022002
health_status="$(

0 commit comments

Comments
 (0)