New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/35795#discussion_r816318303 Comment: If I understand the issue, this test should be disabled on all 32bit archs: ```suggestion if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then make_check_args="-k not(test_verify_with_time)" fi ```