Sha256: b41b9cfacb367127d54fe783d1e968c5fdcbce13c10046a575948fa90b6745f7
Contents?: true
Size: 644 Bytes
Versions: 5
Compression:
Stored size: 644 Bytes
Contents
#suite_timeout.yml --- name: test timeout option on a suite (suite_timeout.yml) class: TestTSuite attributes: timeout: 1 content: - name: I'm NOT suppose to FINISH class: TestTSuite attributes: class: TestTCmd command: sleep exit: 0 content: - name: I'm suppose to PASS args: 0 - name: I'm suppose to FAIL args: 42 weight: -1 - name: I'm NOT suppose to be TESTED args: 0 weight: -1 - name: Zombie Verification Killall class: TestTCmd exit: 1 command: killall -v sleep error: "No matching processes belonging to you were found\n"
Version data entries
5 entries across 5 versions & 1 rubygems