Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 27, 2024
1 parent 889f6ca commit 4113b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Step to wait for the job to complete
- name: Wait for job completion
# Adjust the wait time as needed
run: sleep 30s
run: sleep 10s
# This step should always run, even if previous steps fail
if: always()

Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
SLACK_CHANNEL: "#playwright-test-reports"
SLACK_USERNAME: Playwright GitHub Actions
SLACK_MESSAGE: "Test results are available in [Artifacts section](${{ steps.artifact_link.outputs.artifact_url }}) as html-report."
if: always()
if: always()

0 comments on commit 4113b7e

Please sign in to comment.