drop the timeout to 1 sec
This commit is contained in:
parent
436fcd1132
commit
9014e076bf
@ -37,7 +37,7 @@ class MegaHAL(Module):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
filename = self.config.get(self.__class__.__name__, 'brainfile')
|
filename = self.config.get(self.__class__.__name__, 'brainfile')
|
||||||
self.megahal = megahal.MegaHAL(None, filename, 5)
|
self.megahal = megahal.MegaHAL(None, filename, 1)
|
||||||
except NoOptionError:
|
except NoOptionError:
|
||||||
self.megahal = megahal.MegaHAL()
|
self.megahal = megahal.MegaHAL()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user