From ac31d5776b0e247ca935a6aa57628a68ce3d6e51 Mon Sep 17 00:00:00 2001 From: sylvain senechal Date: Fri, 19 Sep 2025 15:19:13 +0200 Subject: [PATCH] increase timeout for replication success check --- tests/ctst/features/crrReplicationS3utils.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ctst/features/crrReplicationS3utils.feature b/tests/ctst/features/crrReplicationS3utils.feature index e9d164406..d92b2b619 100644 --- a/tests/ctst/features/crrReplicationS3utils.feature +++ b/tests/ctst/features/crrReplicationS3utils.feature @@ -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 @@ -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 \ No newline at end of file