8872: Bugfix Node Manager's node search after node create failure.
[arvados.git] / services / nodemanager / tests / __init__.py
index c5eaf7636c7082bb08a8c78fd1485a71a62ace1c..e5e9ee39ac4b671a8ee1af1f951b6e874e06b2f3 100644 (file)
@@ -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