Skip to content

Commit fe444f9

Browse files
authored
Reduce playground e2e run timeout after successful start (#332)
Related to #330
1 parent 86cbc15 commit fe444f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./scripts/ci-build-playground-utils.sh
3838

3939
- name: Run playground
40-
run: go run main.go cook ${{ matrix.flags }} --output /tmp/playground --timeout 4m --watchdog
40+
run: go run main.go start ${{ matrix.flags }} --output /tmp/playground --timeout 10s --watchdog
4141

4242
- name: Copy playground logs
4343
if: ${{ failure() }}
@@ -141,4 +141,4 @@ jobs:
141141
- name: Check for uncommitted changes
142142
run: |
143143
git update-index -q --really-refresh
144-
git diff-index --quiet HEAD -- docs/recipes/ || (echo "Documentation is out of date. Please run 'go run main.go generate-docs' and commit the changes." && exit 1)
144+
git diff-index --quiet HEAD -- docs/recipes/ || (echo "Documentation is out of date. Please run 'go run main.go generate-docs' and commit the changes." && exit 1)

0 commit comments

Comments
 (0)