We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519e8f5 commit c82efd9Copy full SHA for c82efd9
tests/upyunTest.php
@@ -4,7 +4,7 @@ class unyunTest extends PHPUnit_Framework_TestCase
4
{
5
6
public function setUp(){
7
- $this->upyun = new UpYun(BUCKET, USER_NAME, PWD, UpYun::ED_TELECOM, 250);
+ $this->upyun = new UpYun(BUCKET, USER_NAME, PWD, UpYun::ED_TELECOM, 600);
8
}
9
10
public function testMakeDir(){
0 commit comments