From 7ce7e2b9de204d246fcbb18b291825947eb20ce7 Mon Sep 17 00:00:00 2001 From: Karlie Li Date: Thu, 12 Sep 2024 16:15:10 -0700 Subject: [PATCH] change test config interval --- tools/config/test-config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/config/test-config.json b/tools/config/test-config.json index ca88c7bd..d30ee0c3 100644 --- a/tools/config/test-config.json +++ b/tools/config/test-config.json @@ -33,7 +33,9 @@ "maxSendNumber": 1 }, "interval": { - "dayInterval": 1 + "monthInterval": 1, + "dayInterval": 1, + "daysOfMonth":[13] } } }