Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/ctst/features/crrReplicationS3utils.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Replication
And an object "source-object-1" that "exists"
And a replication configuration to "awsbackendmismatch" location
When the job to replicate existing objects with status "NEW" is executed
Then the object replication should "succeed" within 300 seconds
Then the object replication should "succeed" within 600 seconds
And the replicated object should be the same as the source object

@2.12.0
Expand All @@ -34,5 +34,5 @@ Feature: Replication
Then the object replication should "fail" within 500 seconds
When the destination bucket on the location is created again
And the job to replicate existing objects with status "FAILED" is executed
Then the object replication should "succeed" within 300 seconds
Then the object replication should "succeed" within 600 seconds
And the replicated object should be the same as the source object
Loading