From: Brett Smith Date: Mon, 11 May 2015 18:57:49 +0000 (-0400) Subject: 5736: Fix typo in Node Manager test comments. X-Git-Tag: 1.1.0~1616^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/44684242aba028470311a4991dcd1456df5c84fd 5736: Fix typo in Node Manager test comments. --- diff --git a/services/nodemanager/tests/__init__.py b/services/nodemanager/tests/__init__.py index c5eaf7636c..e5e9ee39ac 100644 --- a/services/nodemanager/tests/__init__.py +++ b/services/nodemanager/tests/__init__.py @@ -7,7 +7,7 @@ import os loglevel = os.environ.get('ANMTEST_LOGLEVEL', 'CRITICAL') logging.basicConfig(level=getattr(logging, loglevel.upper())) -# Set the ANM_TIMEOUT environment variable to the maximum amount of time to +# Set the ANMTEST_TIMEOUT environment variable to the maximum amount of time to # wait for tested actors to respond to important messages. The default value # is very conservative, because a small value may produce false negatives on # slower systems. If you're debugging a known timeout issue, however, you may