mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-05 11:26:27 +02:00
increase timeout
This commit is contained in:
parent
e9c952216b
commit
7d299a6a2b
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ docker run \
|
||||||
-v $dir/executors/cpp:/executor_cpp \
|
-v $dir/executors/cpp:/executor_cpp \
|
||||||
-v $dir/executors/go:/executor_go \
|
-v $dir/executors/go:/executor_go \
|
||||||
piston \
|
piston \
|
||||||
timeout -s HUP 3 /$bin /$file $file 2>&1
|
timeout -s HUP 15 /$bin /$file $file 2>&1
|
||||||
|
|
||||||
rm -f /tmp/$file
|
rm -f /tmp/$file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue