I manually set the time in my tests with clock and when I run sui move test it fails with timeout.
clock::set_for_testing(&mut clock, 1000);
clock::set_for_testing(&mut clock, 1000 + 12 * 3600_000);
And also there is an error inside the sui code space
