From dff305ae14b37dcae8ae3a55788fe8ccb5a804fb Mon Sep 17 00:00:00 2001 From: Rahul Rudragoudar Date: Mon, 27 Dec 2021 10:40:16 +0530 Subject: [PATCH] Add maxAttempts in debug-config.json Signed-off-by: Rahul Rudragoudar --- tests/debug-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debug-config.json b/tests/debug-config.json index fa09853..c0d91b4 100644 --- a/tests/debug-config.json +++ b/tests/debug-config.json @@ -7,6 +7,7 @@ "threadDelay" : 2, "playgroundEnabled" : false, "corsHeader" : "*", + "maxAttempts" : 20, "captchas" : [ { "name" : "DebugCaptcha", "allowedLevels" : [ "debug" ],