drop the timeout to 1 sec

This commit is contained in:
Brian S. Stephan 2010-11-03 22:52:42 -05:00
parent 436fcd1132
commit 9014e076bf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class MegaHAL(Module):
try:
filename = self.config.get(self.__class__.__name__, 'brainfile')
self.megahal = megahal.MegaHAL(None, filename, 5)
self.megahal = megahal.MegaHAL(None, filename, 1)
except NoOptionError:
self.megahal = megahal.MegaHAL()