Skip to content

Commit

Permalink
优化测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 17, 2019
1 parent 2d1af28 commit 84c6017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Component/Tests/RedisModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function testTTL()
]);
$this->assertEquals($expected, $record->toArray());

sleep(2);
sleep(3);
$record = TestRedisModel2::find([
'id' => 1,
'name' => 'a',
Expand Down

0 comments on commit 84c6017

Please sign in to comment.