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 f9cdc85 commit 191a269Copy full SHA for 191a269
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, null, 120);
+ $this->upyun = new UpYun(BUCKET, USER_NAME, PWD, null, 250);
8
}
9
10
public function testMakeDir(){
0 commit comments