Files
mongo/buildscripts/resmokelib/flags.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
96 B
Python
Raw Normal View History

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