From 37ffa00a0044226897ea93cf1f302dea29fd2330 Mon Sep 17 00:00:00 2001 From: TeoV Date: Thu, 21 Sep 2017 12:27:50 +0300 Subject: [PATCH] Small fix --- apier/v1/resourcesv1_it_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apier/v1/resourcesv1_it_test.go b/apier/v1/resourcesv1_it_test.go index 61825a791..4d69dd3f6 100644 --- a/apier/v1/resourcesv1_it_test.go +++ b/apier/v1/resourcesv1_it_test.go @@ -89,7 +89,7 @@ func testV1RsLoadConfig(t *testing.T) { case "tutmongo": // Mongo needs more time to reset db, need to investigate resDelay = 4000 default: - resDelay = 2000 + resDelay = 1000 } }