From 34799ec75197282d2f13ca728e353821d5f7732b Mon Sep 17 00:00:00 2001 From: Arne Tarara Date: Tue, 5 Sep 2023 08:52:26 +0200 Subject: [PATCH] Idling is now 5 Minutes --- idle/usage_scenario.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idle/usage_scenario.yml b/idle/usage_scenario.yml index d4cd7637..04971361 100644 --- a/idle/usage_scenario.yml +++ b/idle/usage_scenario.yml @@ -1,5 +1,5 @@ --- -name: Idle Container for 5 Seconds +name: Idle Container for 5 Minutes author: Arne Tarara description: Idle the container for 5 seconds @@ -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