diff options
author | Mohit Agrawal <moagrawal@redhat.com> | 2018-07-09 14:22:27 +0530 |
---|---|---|
committer | Mohit Agrawal <moagrawal@redhat.com> | 2018-07-09 16:45:33 +0530 |
commit | 16f02433df9e37e28783309060f469d2e50024ee (patch) | |
tree | 61fadb75f035206638eae5a5f8446bbe8d8a361b | |
parent | fc06ba7d3583d19b58a21e1022494416e2bfe64f (diff) |
core: Increase SCRIPT_TIMEOUT for bug-1432542-mpx-restart-crash.t
BUG: 1599250
Change-Id: I27bda2a0764580289e7154766e13a0c358cba3a8
fixes: bz#1599250
Signed-off-by: Mohit Agrawal <moagrawal@redhat.com>
-rw-r--r-- | tests/bugs/core/bug-1432542-mpx-restart-crash.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 |