mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-10 11:47:45 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
name: test-timeout
|
||||
kind: module
|
||||
description: Test step timeout handling (success case)
|
||||
tags: test,timeout,quick
|
||||
|
||||
params:
|
||||
- name: target
|
||||
required: true
|
||||
|
||||
steps:
|
||||
- name: quick-command
|
||||
type: bash
|
||||
command: echo "fast command for {{target}}"
|
||||
timeout: 5
|
||||
|
||||
- name: another-quick-command
|
||||
type: bash
|
||||
command: echo "another fast command"
|
||||
timeout: 10
|
||||
Reference in New Issue
Block a user