give dotnetpad a longer timeout. fixes #21

This commit is contained in:
Ryan Hitchman 2011-02-22 16:39:28 -06:00
parent 73f3b8ed04
commit 2095e16a65
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import json
from util import hook
def dotnetpad(lang, code, timeout=10):
def dotnetpad(lang, code, timeout=30):
"Posts a provided snippet of code in a provided langugage to dotnetpad.net"
code = code.encode('utf8')