Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnnqin committed Oct 13, 2021
1 parent dbca9ee commit 083318f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions QCloudCSharpSDK/COSXML/Common/CosVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ namespace COSXML.Common
{
public sealed class CosVersion
{
<<<<<<< HEAD
private static string SDKVersion = "5.4.24.0";
=======
private static string SDKVersion = "5.4.23.0";
>>>>>>> upstream/master

public static string GetUserAgent()
{
Expand Down
2 changes: 1 addition & 1 deletion QCloudCSharpSDK/COSXMLTests/CITest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public void TestVideoCensorJobCommit()
Assert.NotNull(result.censorJobsResponse.JobsDetail.State);
Assert.NotNull(result.censorJobsResponse.JobsDetail.CreationTime);
string id = result.censorJobsResponse.JobsDetail.JobId;
Thread.Sleep(60000);
Thread.Sleep(120000);

// get video censor job
GetVideoCensorJobRequest getRequest = new GetVideoCensorJobRequest(bucket, id);
Expand Down

0 comments on commit 083318f

Please sign in to comment.