Sha256: 575a38f95416fc0c953e0453d01d5a964561a3f32414037d8e0bb839fc5cc442

Contents?: true

Size: 450 Bytes

Versions: 5

Compression:

Stored size: 450 Bytes

Contents

#pipeline-timeout.yml
---

name: test pipeline timeout option (XFAIL) (pipeline-timeout.yml)
class: TestTSuite
attributes:
  class: TestTCmd
  command: sleep %a | sleep %a
  exit: 0
  timeout: 1
content:
  - name: I'm suppose to FAIL
    args: 42
    weight: -1
  - name: I'm suppose to PASS
    args: 0

  - name: Zombie Verification Killall
    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

Version Path
ttk-0.1.576 test/all/pipeline-timeout.yml
ttk-0.2.1 test/all/pipeline-timeout.yml
ttk-0.1.579 test/all/pipeline-timeout.yml
ttk-0.1.580 test/all/pipeline-timeout.yml
ttk-0.2.0 test/all/pipeline-timeout.yml