From 92fb8404a4eb790716ae1797076b794f6ccf3685 Mon Sep 17 00:00:00 2001 From: AmolKadam-Tekdi Date: Tue, 9 Jul 2024 16:16:06 +0530 Subject: [PATCH] all_Automation_Git_Actions --- allAutomation/src/main/java/Tests/AllTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allAutomation/src/main/java/Tests/AllTest.java b/allAutomation/src/main/java/Tests/AllTest.java index a63f17bc..34e4ce09 100644 --- a/allAutomation/src/main/java/Tests/AllTest.java +++ b/allAutomation/src/main/java/Tests/AllTest.java @@ -75,7 +75,7 @@ public static void Login() throws Exception { logStep("Speak text in Mike"); // TexttoSpeach(text); - Thread.sleep(4000); + Thread.sleep(10000); logStep("Click on Stop button"); WebElement stopButton = driver.findElement(By.xpath("(//*[@xmlns='http://www.w3.org/2000/svg'])[2]"));