Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unit test scheduler local driver (equinor#6894)
This commit fixes unit_tests/scheduler/test_local_driver.py::test_that_killing_killed_job_does_not_raise by changing the stub process to sleep 10 instead of 5. This is an exact copy of the test_kill test above it. The bug was that the process was already done by the time we tried killing it.
- Loading branch information