From a055e0b76d8869a84520c4b5fc068a06b73f0d6e Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sat, 11 Feb 2017 14:13:48 -0800 Subject: [PATCH] Reverting change to config.yml to fix breaking tests. --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 5839f86..1c68a99 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,7 @@ endpoint: url: http://localhost:8080/swagger method: GET - timeout: 1 + timeout: 0.01 expectation: - type: HTTP_STATUS status: 200