From 4bf035918d0dc9665234aeada88e6ef8e662fbfa Mon Sep 17 00:00:00 2001 From: marcosQuesada Date: Sat, 23 Mar 2013 00:12:34 +0100 Subject: [PATCH] setting medium timeout on slow tests --- tests/Predis/Command/KeyExpireAtTest.php | 1 + tests/Predis/Command/KeyExpireTest.php | 2 ++ tests/Predis/Command/KeyPreciseExpireAtTest.php | 1 + tests/Predis/Command/KeyPreciseExpireTest.php | 1 + tests/Predis/Command/StringSetExpireTest.php | 1 + 5 files changed, 6 insertions(+) diff --git a/tests/Predis/Command/KeyExpireAtTest.php b/tests/Predis/Command/KeyExpireAtTest.php index 0f217538..dbe69830 100644 --- a/tests/Predis/Command/KeyExpireAtTest.php +++ b/tests/Predis/Command/KeyExpireAtTest.php @@ -96,6 +96,7 @@ class KeyExpireAtTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */ diff --git a/tests/Predis/Command/KeyExpireTest.php b/tests/Predis/Command/KeyExpireTest.php index b070393c..7af43532 100644 --- a/tests/Predis/Command/KeyExpireTest.php +++ b/tests/Predis/Command/KeyExpireTest.php @@ -96,6 +96,7 @@ class KeyExpireTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */ @@ -114,6 +115,7 @@ class KeyExpireTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */ diff --git a/tests/Predis/Command/KeyPreciseExpireAtTest.php b/tests/Predis/Command/KeyPreciseExpireAtTest.php index 90ab9f18..356ccaf6 100644 --- a/tests/Predis/Command/KeyPreciseExpireAtTest.php +++ b/tests/Predis/Command/KeyPreciseExpireAtTest.php @@ -86,6 +86,7 @@ class KeyPreciseExpireAtTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */ diff --git a/tests/Predis/Command/KeyPreciseExpireTest.php b/tests/Predis/Command/KeyPreciseExpireTest.php index 15f3f4a0..44dcb36b 100644 --- a/tests/Predis/Command/KeyPreciseExpireTest.php +++ b/tests/Predis/Command/KeyPreciseExpireTest.php @@ -96,6 +96,7 @@ class KeyPreciseExpireTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */ diff --git a/tests/Predis/Command/StringSetExpireTest.php b/tests/Predis/Command/StringSetExpireTest.php index 34194dfc..7cc31253 100644 --- a/tests/Predis/Command/StringSetExpireTest.php +++ b/tests/Predis/Command/StringSetExpireTest.php @@ -95,6 +95,7 @@ class StringSetExpireTest extends CommandTestCase } /** + * @medium * @group connected * @group slow */