ska-sa / katsdpcal

MeerKAT calibration pipeline
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Increase timeouts for failing tests #28

Closed KimMcAlpine closed 4 years ago

KimMcAlpine commented 4 years ago

Periodically some of the tests of control.py are taking longer to run than the timeout on the shutdown requests. This causes the tests to fail because the report writer tries to finish writing the report to a directory that has been deleted during cleanup.

I'm increasing the timeouts to reduce the likelihood of these tests failing.