Skip to content

Commit

Permalink
test secret
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Sep 30, 2024
1 parent bb4f730 commit 65d7b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ jobs:
working-directory: ./.github/scripts/end2end
- name: Debug wait
uses: ./.github/actions/debug-wait
timeout-minutes: 60
if: failure() && runner.debug == '1'
timeout-minutes: 600
if: always()
- name: Upload results
if: "!cancelled() && env.TRUNK_TOKEN"
uses: trunk-io/analytics-uploader@main
Expand Down
3 changes: 3 additions & 0 deletions tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>('bucketName') });
Expand Down

0 comments on commit 65d7b8f

Please sign in to comment.