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]"));