give dotnetpad a longer timeout. fixes #21
This commit is contained in:
parent
73f3b8ed04
commit
2095e16a65
|
@ -8,7 +8,7 @@ import json
|
||||||
from util import hook
|
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"
|
"Posts a provided snippet of code in a provided langugage to dotnetpad.net"
|
||||||
|
|
||||||
code = code.encode('utf8')
|
code = code.encode('utf8')
|
||||||
|
|
Loading…
Reference in New Issue