Skip to content

Commit fbb3bfa

Browse files
committed
Set a file's contents which will override the response output
1 parent f538f52 commit fbb3bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker ps -aq --filter "name=http-echo-tests" | grep -q . && docker stop http-ec
4848

4949
message " Start container normally "
5050
docker run -d --rm --name http-echo-tests -p 8080:8080 -p 8443:8443 -t mendhak/http-https-echo:testing
51-
sleep 5
51+
sleep 10
5252

5353

5454
message " Make http(s) request, and test the path, method, header and status code. "

0 commit comments

Comments
 (0)