I had an instance of the [test_export_data_command](https://github.com/matrix-org/synapse/blob/c7a5e49664ab0bd18a57336e282fa6c3b9a17ca0/.ci/scripts/test_export_data_command.sh) script running for 6h in CI before eventually being timed out: https://github.com/matrix-org/synapse/runs/4010916318?check_suite_focus=true It looks like the script got to this line before simply stopping: https://github.com/matrix-org/synapse/blob/c7a5e49664ab0bd18a57336e282fa6c3b9a17ca0/.ci/scripts/test_export_data_command.sh#L24 Perhaps a case of Synapse failing to shut down properly? Should we place a smaller timeout on (a part of) this script - which would fail the test, but without burning so much CI time - in the short term?
I had an instance of the test_export_data_command script running for 6h in CI before eventually being timed out: https://github.com/matrix-org/synapse/runs/4010916318?check_suite_focus=true
It looks like the script got to this line before simply stopping:
synapse/.ci/scripts/test_export_data_command.sh
Line 24 in c7a5e49
Perhaps a case of Synapse failing to shut down properly?
Should we place a smaller timeout on (a part of) this script - which would fail the test, but without burning so much CI time - in the short term?