Skip to content

Commit

Permalink
Idling is now 5 Minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Sep 5, 2023
1 parent b2604ad commit 34799ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idle/usage_scenario.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Idle Container for 5 Seconds
name: Idle Container for 5 Minutes
author: Arne Tarara <[email protected]>
description: Idle the container for 5 seconds

Expand All @@ -9,9 +9,9 @@ services:
cmd: sh

flow:
- name: Idle
- name: Idling for 5 Minutes
container: gcb-idle
commands:
- type: console
command: sleep 5
command: sleep 300
note: Starting Sleep

0 comments on commit 34799ec

Please sign in to comment.