diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2016-06-02 11:46:39 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2016-06-02 11:46:39 +0200 |
| commit | 45641a62675b1b67b01a5db76056a7d22de68175 (patch) | |
| tree | c03117532c701c035db055233d81526425f465a5 /test | |
| parent | ace33fce695657f22e6853b051d795811b10f6df (diff) | |
| parent | 249b7fb84ce52273bfa58ceb9068990151b0dd44 (diff) | |
| download | rabbitmq-server-git-45641a62675b1b67b01a5db76056a7d22de68175.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit_inbroker_SUITE.erl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit_inbroker_SUITE.erl b/test/unit_inbroker_SUITE.erl index 5e521df105..c26154ff69 100644 --- a/test/unit_inbroker_SUITE.erl +++ b/test/unit_inbroker_SUITE.erl @@ -141,6 +141,14 @@ groups() -> ]} ]. +group(backing_queue_tests) -> + [ + %% Several tests based on lazy queues may take more than 30 minutes. + {timetrap, {hours, 1}} + ]; +group(_) -> + []. + %% ------------------------------------------------------------------- %% Testsuite setup/teardown. %% ------------------------------------------------------------------- |
