aboutsummaryrefslogtreecommitdiffstats
path: root/tests/condstore/t
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-12-15 03:35:51 +0100
committerGuilhem Moulin <guilhem@fripost.org>2019-12-15 03:35:51 +0100
commita7517e35cf0c835fcb68db56d8634fab9b4d5f0d (patch)
treee7ec15d24b5ac49420c8f0e360a3c1b362629549 /tests/condstore/t
parent185e9458dc836f3ef4052c9dcb5a76c07a212589 (diff)
tests/*/t: Increase timeout from 2 to 5s after background syncs.
Diffstat (limited to 'tests/condstore/t')
-rw-r--r--tests/condstore/t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condstore/t b/tests/condstore/t
index d4da50f..1963b2b 100644
--- a/tests/condstore/t
+++ b/tests/condstore/t
@@ -31,7 +31,7 @@ while [ $(date +%s) -le $timer ]; do
doveadm -u "$u" flags "$a" "$f" mailbox "INBOX" "${seqs//$'\n'/,}"
sleep "0.0$(shuf -n1 -i10-99)" # 10 to 99ms
done
-sleep 2
+sleep 5
ptree_abort $PID
trap - EXIT INT TERM