Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 2e75731

Browse files
author
Roger Berlind
committed
increased sleep in testcontainer.sh to 10 seconds
1 parent d114aff commit 2e75731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/testcontainer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
sleep 2
2+
sleep 10
33
RESPONSECODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8084/customers)
44
if [ $RESPONSECODE != 200 ]
55
then

0 commit comments

Comments
 (0)