Skip to content

Commit

Permalink
ci: update e2e sleep in the testnet pipeline (#806)
Browse files Browse the repository at this point in the history
Co-authored-by: petarpeshev <petar.peshev@bitt.com>
  • Loading branch information
mmpetarpeshev and petarpeshev authored May 23, 2024
1 parent fdf73d2 commit b6bf502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stg-pipeline-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ENV: "stg"
APP: "aescan"

#concurrency: aescan_staging_environment-${{ github.ref }}
concurrency: aescan_staging_environment-${{ github.ref }}

jobs:
main:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stg-pipeline-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ENV: "stg"
APP: "aescan-testnet"

#concurrency: aescan_staging_environment-${{ github.ref }}
concurrency: aescan_staging_environment-${{ github.ref }}

jobs:
main:
Expand Down Expand Up @@ -151,8 +151,8 @@ jobs:
name: Run E2E Tests
timeout-minutes: 10
steps:
- name: Wait for 2 minutes
run: sleep 120
- name: Wait for 4 minutes
run: sleep 240
- name: Checkout
uses: actions/checkout@v4
- name: Cypress run
Expand Down

0 comments on commit b6bf502

Please sign in to comment.