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 } }