Skip to content

Commit 11564fe

Browse files
Update test script sleep duration and test type (#5)
1 parent 65bd41f commit 11564fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/merge-queue-demo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2323
- name: Run Expensive Test
24-
run: ./scripts/test.sh sleep 2
24+
run: ./scripts/test.sh sleep 5
2525

2626
# Scenario: Job that only runs on PRs (e.g., quick linting, or checks not needed for merge)
2727
pr-exclusive:
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747
- name: Run Flaky Test
4848
# Change 'pass' to 'flaky' to simulate flakiness
49-
run: ./scripts/test.sh pass
49+
run: ./scripts/test.sh flaky
5050

5151
# Scenario: Semantic Conflict Simulation
5252
# This job checks a version file. If two PRs change it incompatibly, this fails.

0 commit comments

Comments
 (0)