Commit 35046b04 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

disable timeout for trame tools

parent 30d3084e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    <command detect_errors="exit_code"><![CDATA[
        bash /prepare_nginx.sh &&
        python -m garnet.app
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server timeout=0
        > >(tee -a $output) 2> >(tee -a $output >&2)
    ]]></command>
    <outputs>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        #if $config:
            --config $config
        #end if
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server timeout=0
        > >(tee -a $output) 2> >(tee -a $output >&2)
    ]]></command>
    <inputs>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        #if $config:
            --config $config
        #end if
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server
        --galaxy-history-id \$HISTORY_ID --host 0.0.0.0 --server timeout=0
        > >(tee -a $output) 2> >(tee -a $output >&2)
    ]]></command>
    <inputs>