From 219b7f0bc4b90e361ebe38eeea4b463885df8cc0 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Mon, 1 Jul 2024 16:08:30 +0200 Subject: [PATCH] add debug sleep --- .../runtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh index 90d2ec1..7d192a2 100755 --- a/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh +++ b/Sanity/RHEL-33746-Please-stop-using-OpenSSL-ENGINE-API-in-ppp/runtest.sh @@ -32,6 +32,7 @@ PACKAGE=${PACKAGE:-ppp} rlJournalStart rlPhaseStartSetup + sleep 1200 rlAssertRpm $PACKAGE || rlDie "Package $PACKAGE not installed" rlLog "Arch: $(arch), PC name: $(hostname), $(hostname -A) User: $(whoami)" rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"