Skip to content

Commit 191a269

Browse files
sabakugaarasabakugaara
authored andcommitted
update tests
1 parent f9cdc85 commit 191a269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/upyunTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class unyunTest extends PHPUnit_Framework_TestCase
44
{
55

66
public function setUp(){
7-
$this->upyun = new UpYun(BUCKET, USER_NAME, PWD, null, 120);
7+
$this->upyun = new UpYun(BUCKET, USER_NAME, PWD, null, 250);
88
}
99

1010
public function testMakeDir(){

0 commit comments

Comments
 (0)