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