Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jul 19, 2024
1 parent ff4e522 commit f2f8873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class StreamLoadAction implements SuiteAction {
long elapsed = endTime - startTime
if (elapsed > time) {
logger.info("Stream load consums more time than expected, elapsed ${elapsed} ms, "
+ expect ${time} ms")
+ "expect ${time} ms")
} else {
logger.info("Stream load consums time elapsed ${elapsed} ms, expect ${time} ms")
}
Expand Down

0 comments on commit f2f8873

Please sign in to comment.