Skip to content

Commit d091447

Browse files
refactor: amend millis to ms in timeoutMessage
1 parent 1894a47 commit d091447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/AppiumFluentWait.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private <V> void handleTimeoutException(Throwable lastException, Function<? supe
263263
.orElseGet(() -> "waiting for " + isTrue);
264264

265265
var timeoutMessage = String.format(
266-
"Expected condition failed: %s (tried for %s millis with an interval of %s millis)",
266+
"Expected condition failed: %s (tried for %s ms with an interval of %s ms)",
267267
message,
268268
getTimeout().toMillis(),
269269
getInterval().toMillis()

0 commit comments

Comments
 (0)