6
6
"""Tests that get run automatically on a merge."""
15
from signal import SIGKILL, SIGTERM, SIGINT, SIGHUP
19
30
# The TIMEOUT setting (expressed in seconds) affects how long a test will run
20
31
# before it is deemed to be hung, and then appropriately terminated.