renfredxh / compilebot

A bot that executes source code in reddit comments

Home Page:http://reddit.com/r/CompileBot/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add timeout response

z-a-f opened this issue · comments

Currently the bot responds with an empty string while Ideone replies with "Time limit exceeded".
Ackermann problem on Reddit.
Here is the Ideone source

Thanks for catching this. The bot already was setup to respond when the time limit was exceeded, but there was a bug that prevented it from doing so when the --include-errors option was set.