mirror of
https://github.com/predis/predis.git
synced 2026-08-24 16:19:30 +00:00
setting medium timeout on slow tests
This commit is contained in:
@@ -96,6 +96,7 @@ class KeyExpireAtTest extends CommandTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @medium
|
||||
* @group connected
|
||||
* @group slow
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -86,6 +86,7 @@ class KeyPreciseExpireAtTest extends CommandTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @medium
|
||||
* @group connected
|
||||
* @group slow
|
||||
*/
|
||||
|
||||
@@ -96,6 +96,7 @@ class KeyPreciseExpireTest extends CommandTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @medium
|
||||
* @group connected
|
||||
* @group slow
|
||||
*/
|
||||
|
||||
@@ -95,6 +95,7 @@ class StringSetExpireTest extends CommandTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @medium
|
||||
* @group connected
|
||||
* @group slow
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user