Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Dec 4, 2023
1 parent c14218a commit 4d62bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/virtualgroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ func (s *VirtualGroupTestSuite) TestSPForceExit() {
ObjectIds: []sdk.Uint{objectResp.ObjectInfo.Id},
}
s.SendTxBlock(spy.GcKey, msgDiscontinueObject)
time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)
_, err = s.Client.HeadObject(context.Background(), &storagetypes.QueryHeadObjectRequest{
BucketName: bucketName, ObjectName: objectName,
})
Expand Down

0 comments on commit 4d62bb6

Please sign in to comment.