Skip to content

Commit 5f56b33

Browse files
authored
Merge pull request #46 from kelunik/patch-1
Remove Thread.sleep(1000)
2 parents 9df8f47 + 2641454 commit 5f56b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/github/sukgu/Shadow.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public Boolean apply(WebDriver driver) {
183183
}
184184
};
185185
try {
186-
Thread.sleep(1000);
187186
WebDriverWait wait = new WebDriverWait(driver, 30);
188187
wait.until(expectation);
189188
} catch (Throwable error) {

0 commit comments

Comments
 (0)