Increase timeout for interactive input test.

This commit is contained in:
Milan Broz
2022-01-20 14:37:31 +01:00
parent ae213537ba
commit f596e48cc4

View File

@@ -155,7 +155,7 @@ function img_check_fail()
function img_run_reenc_ok()
{
local EXPECT_TIMEOUT=5
local EXPECT_TIMEOUT=10
[ -n "$VALG" ] && EXPECT_TIMEOUT=60
# For now, we cannot run reencryption in batch mode for non-block device. Just fake the terminal here.
expect_run - >/dev/null <<EOF
@@ -172,7 +172,7 @@ EOF
function img_run_reenc_fail()
{
local EXPECT_TIMEOUT=5
local EXPECT_TIMEOUT=10
[ -n "$VALG" ] && EXPECT_TIMEOUT=60
# For now, we cannot run reencryption in batch mode for non-block device. Just fake the terminal here.
expect_run - >/dev/null <<EOF