mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 07:32:27 +02:00
20 lines
372 B
YAML
20 lines
372 B
YAML
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
|