I20230405-0600
On a slow server, some of the IJobManagerTest test cases (testSleep, testOrder, testJobFamilyJoinWhenSuspended_1/2/3) may fail because the main thread is executed so slowly that the jobs are already finished while the main thread still assumes them running. Increasing the according values for the time until termination will reduce the chance for random failures of these test cases.