Skip to content

Commit 4113b7e

Browse files
authored
Update playwright.yml
1 parent 889f6ca commit 4113b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Step to wait for the job to complete
4949
- name: Wait for job completion
5050
# Adjust the wait time as needed
51-
run: sleep 30s
51+
run: sleep 10s
5252
# This step should always run, even if previous steps fail
5353
if: always()
5454

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

0 commit comments

Comments
 (0)