config.yaml 214 B

1234567891011121314
  1. # Integration Test Config: Sleep
  2. #
  3. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  4. logLevel: "DEBUG"
  5. checkForUpdates: false
  6. actions:
  7. - title: Sleep
  8. shell: sleep 10
  9. popupOnStart: execution-dialog
  10. timeout: 9