paleolimbot commented on code in PR #13506:
URL: https://github.com/apache/arrow/pull/13506#discussion_r927868176


##########
r/tests/testthat/test-dplyr-funcs-datetime.R:
##########
@@ -152,13 +152,14 @@ test_that("strptime", {
   )
 
   tz <- "Pacific/Marquesas"
-  times <- seq(as.POSIXct("1999-02-07", tz = tz), as.POSIXct("2000-01-01", tz 
= tz), by = "hour")
-  times <- c(as.POSIXct("1999-12-31T12:34:56.01", tz = "UTC"))
+  set.seed(42)
+  times <- seq(as.POSIXct("1999-02-07", tz = tz), as.POSIXct("2000-01-01", tz 
= tz), by = "sec")

Review Comment:
   Does this take sufficiently long that you need to sample it (I suspect it 
doesn't)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to