diff --git a/tests/ctst/steps/pra.ts b/tests/ctst/steps/pra.ts index 3e05debddc..bec9afbdd4 100644 --- a/tests/ctst/steps/pra.ts +++ b/tests/ctst/steps/pra.ts @@ -296,6 +296,9 @@ When('the DATA_ACCESSOR user tries to perform PutObject on {string} site', { tim } catch (err) { this.logger.error('Failed to setup entity', { err }); } + if (!conditionOk) { + await Utils.sleep(1000); + } } this.addCommandParameter({ bucket: this.getSaved('bucketName') });