Request to increase bot initialization timeout #170
Replies: 1 comment
-
Found a workaround for my case: the python wrapper of the bot can wait some time and reply to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My bot takes about 9 to 10 seconds to initialize (and responds to events in less than 1 second after fully initialized). It resulted in exactly the same bot uploads passing the validation for only half of the time. In other times, the validations failed without logs for stdout and stderr, which is likely because the simulation could not run due to exceeding the 10-second timeout defined below.
mjai.app/python/mjai/player.py
Lines 180 to 183 in fd4b56d
It seems that another person had the same issue (#139).
Can you please increase the timeout a bit, such as to 15 seconds or 20 seconds? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions