mirror of
https://github.com/predis/predis.git
synced 2026-09-16 21:36:58 +00:00
[test] Sleep one second to give BGSAVE the time to complete.
This commit is contained in:
@@ -2166,6 +2166,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase
|
||||
function testBackgroundSave()
|
||||
{
|
||||
$this->assertTrue($this->redis->bgsave());
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
function testBackgroundRewriteAppendOnlyFile()
|
||||
|
||||
Reference in New Issue
Block a user