Skip to content

Commit 8d0c109

Browse files
committed
Ooops, a silly mistake...
1 parent db4d9eb commit 8d0c109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/support/ui/Sleeper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface Sleeper {
3737
*/
3838
@Deprecated
3939
default void sleep(Duration duration) throws InterruptedException {
40-
sleep(java.time.Duration.of(duration.in(TimeUnit.MILLISECONDS), ChronoUnit.MICROS));
40+
sleep(java.time.Duration.of(duration.in(TimeUnit.MILLISECONDS), ChronoUnit.MILLIS));
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)