瀏覽代碼

[test] Sleep one second to give BGSAVE the time to complete.

Daniele Alessandri 13 年之前
父節點
當前提交
d784838447
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test/RedisCommandsTest.php

+ 1 - 0
test/RedisCommandsTest.php

@@ -2166,6 +2166,7 @@ class RedisCommandTestSuite extends PHPUnit_Framework_TestCase
     function testBackgroundSave()
     {
         $this->assertTrue($this->redis->bgsave());
+        sleep(1);
     }
 
     function testBackgroundRewriteAppendOnlyFile()