diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-24 20:46:47 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-24 21:14:46 +0000 |
commit | 92bdcb334a754d4028172922f67abcc3fd3013b8 (patch) | |
tree | 546fbfebd4181d202504c86c2c6db196501e5327 /test | |
parent | de7688878a997dd9efad9ab79d5fed9368886b68 (diff) |
Testsuite: fix delay-dependent testcase for really slow systems
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/0222 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0222 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0222 b/test/confs/0222 index e69bbb3d0..8f4a5b688 100644 --- a/test/confs/0222 +++ b/test/confs/0222 @@ -39,6 +39,7 @@ autoreply: driver = autoreply once = DIR/test-once once_file_size = 30 + once_repeat = 4s text = "Auto reply message" to = $sender_address user = CALLER diff --git a/test/scripts/0000-Basic/0222 b/test/scripts/0000-Basic/0222 index d2bda8e22..ca93dc54d 100644 --- a/test/scripts/0000-Basic/0222 +++ b/test/scripts/0000-Basic/0222 @@ -11,5 +11,6 @@ exim -odi -f foo3 userx **** exim -odi -f foo3 userx **** +sleep 5 exim -odi -f foo1 userx **** |