mongo/buildscripts/resmokelib/flags.py

6 lines
96 B
Python

"""Global flags used by resmoke."""
import threading
HANG_ANALYZER_CALLED = threading.Event()