Skip to content

Commit

Permalink
Decrease grace_period from 10m to 1m for cucushift-e2e (openshift#58903)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxia authored Nov 19, 2024
1 parent f645ef9 commit 385abef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ref:
namespace: ci
name: verification-tests
tag: latest
grace_period: 10m
grace_period: 1m
timeout: 16h
commands: cucushift-e2e-commands.sh
cli: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ref:
namespace: ci
name: verification-tests
tag: devel
grace_period: 10m
grace_period: 1m
timeout: 16h
commands: cucushift-e2e-devel-commands.sh
cli: latest
Expand Down

0 comments on commit 385abef

Please sign in to comment.