mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-11 04:07:47 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: test-timeout-exceed
|
||||
kind: module
|
||||
description: Test step timeout exceeded (1s timeout, 10s sleep)
|
||||
tags: test,timeout,error
|
||||
|
||||
params:
|
||||
- name: target
|
||||
required: true
|
||||
|
||||
steps:
|
||||
- name: slow-command
|
||||
type: bash
|
||||
command: sleep 10
|
||||
timeout: 1
|
||||
Reference in New Issue
Block a user