The test "test_sleep2_fail" is occasionally passing (failing to fail)
in the jenkins UT - perhaps 1.6 seconds doesn't give enough leeway ?
Making it 1.5 seconds so its in exactly in the middle of sleep1_pass
and sleep2_fail.
unsetenv("CK_DEFAULT_TIMEOUT");
unsetenv("CK_TIMEOUT_MULTIPLIER");
- setenv("CK_TIMEOUT_MULTIPLIER", "0.4", 1);
+ setenv("CK_TIMEOUT_MULTIPLIER", "0.35", 1);
tc_timeout_scale_double = tcase_create("Timeout Double Scaling Tests");
tc_timeout_usr_scale_double = tcase_create("User Double Timeout Scaling Tests");
setenv("CK_DEFAULT_TIMEOUT", "0.9", 1);