From 16f02433df9e37e28783309060f469d2e50024ee Mon Sep 17 00:00:00 2001 From: Mohit Agrawal Date: Mon, 9 Jul 2018 14:22:27 +0530 Subject: core: Increase SCRIPT_TIMEOUT for bug-1432542-mpx-restart-crash.t BUG: 1599250 Change-Id: I27bda2a0764580289e7154766e13a0c358cba3a8 fixes: bz#1599250 Signed-off-by: Mohit Agrawal --- tests/bugs/core/bug-1432542-mpx-restart-crash.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bugs') diff --git a/tests/bugs/core/bug-1432542-mpx-restart-crash.t b/tests/bugs/core/bug-1432542-mpx-restart-crash.t index 2179630202d..7f61c950fb7 100644 --- a/tests/bugs/core/bug-1432542-mpx-restart-crash.t +++ b/tests/bugs/core/bug-1432542-mpx-restart-crash.t @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_TIMEOUT=300 +SCRIPT_TIMEOUT=400 . $(dirname $0)/../../include.rc . $(dirname $0)/../../volume.rc -- cgit