You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using "timeout" to limit cleanup time in CI, but the default -15
won't interrupt on some occasions. Let's use -9 instead to not to block
in case the cleanup fails.
Note this is only about the cleanup part of the e2e run-local.sh, every
hang inside the testing itself should still result in a failure.
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
0 commit comments