mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
17 lines
344 B
XML
17 lines
344 B
XML
<tool id="maxseconds" name="maxseconds" version="0.1.0">
|
|
<command detect_errors="exit_code">
|
|
sleep 100
|
|
</command>
|
|
<inputs>
|
|
</inputs>
|
|
<outputs>
|
|
<data name="out_file1" />
|
|
</outputs>
|
|
<tests>
|
|
<test expect_failure="true" maxseconds="5">
|
|
</test>
|
|
</tests>
|
|
<help>
|
|
</help>
|
|
</tool>
|