We compare `Time.now` with `Time.now` at `latest_run[:created_at] < Time.parse(frame["created_at"])`, expecting that `latest_run[:created_at]` is not always less than `frame["created_at"]`. This is always true for x64 but not for arm64, interestingly. To make it more reliable, I added 10 seconds to one of the timestamps.
7.3 KiB
7.3 KiB