diff options
Diffstat (limited to 'tests/include.rc')
-rw-r--r-- | tests/include.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include.rc b/tests/include.rc index de28241c2ac..40dd8ac96b9 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -214,6 +214,8 @@ function _TEST_IN_LOOP() function cleanup() { killall -15 glusterfs glusterfsd glusterd 2>/dev/null || true; + # allow completion of signal handlers for SIGTERM before issue SIGKILL + sleep 1 killall -9 glusterfs glusterfsd glusterd 2>/dev/null || true; MOUNTPOINTS=`mount | grep "$B0/" | awk '{print $3}'` |