Skip to content

Commit

Permalink
add sleep to fix bucket not exsit
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertYue19900425 committed Oct 30, 2016
1 parent d86ce12 commit d333ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/OSS/Tests/BucketLiveChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function setUp()
$this->client = Common::getOssClient();
$this->bucketName = 'php-sdk-test-bucket-name-' . strval(rand(0, 10));
$this->client->createBucket($this->bucketName);
sleep(15);
}

public function tearDown()
Expand Down

0 comments on commit d333ba5

Please sign in to comment.