diff --git a/test/test_determinism.c b/test/test_determinism.c index ffcfe0729..c12df870b 100644 --- a/test/test_determinism.c +++ b/test/test_determinism.c @@ -330,8 +330,8 @@ static int CrossPlatformTest(void) } ENSURE( stepCount < maxSteps ); - ENSURE( sleepStep == 313 ); - ENSURE( hash == 0x1fc667fa ); + ENSURE( sleepStep == 281 ); + ENSURE( hash == 0x7efc22e7 ); free( bodies );