githubnext / githubnext/gh-aw-workshop
[aw] Workshop Student Simulator timed out
- Dominant language
- JavaScript
- Stars
- 47
- Forks
- 19
- Avg merge
- 8h 54m
- Merged PRs (30d)
- 50
Description
### Workflow Failure
**Workflow:** [Workshop Student Simulator](https://github.com/githubnext/gh-aw-workshop/blob/main/.github/workflows/workshop-student-simulator.md)
**Branch:** main
**Run:** https://github.com/githubnext/gh-aw-workshop/actions/runs/34948574808
**Agent Timed Out**: The agent job exceeded the maximum allowed execution time (20 minutes).
To increase the timeout, add or update the `timeout-minutes` setting in your workflow's frontmatter:
```yaml
---
timeout-minutes: 30
---
```
### Action Required
**Assign this issue to an agent** to debug and fix the issue.
Optimize token consumption
This failure was triggered by a guardrail limit (max-turns / timeout). Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.) to analyze token usage and reduce costs:
````
Optimize the agentic workflow token consumption using https://raw.githubusercontent.com/github/gh-aw/main/optimize.md
The workflow run is at https://github.com/githubnext/gh-aw-workshop/actions/runs/34948574808
````
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
````
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/githubnext/gh-aw-workshop/actions/runs/34948574808
````
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the `agentic-workflows` prompt.
- Start your agent
- Load the `agentic-workflows` skill from `.github/skills/agentic-workflows/SKILL.md` or
- Type `debug the agentic workflow workshop-student-simulator failure in https://github.com/githubnext/gh-aw-workshop/actions/runs/34948574808`
> [!TIP]
>
> Stop reporting this workflow as a failure
>
> To stop a workflow from creating failure issues, set `report-failure-as-issue: false` in its frontmatter:
> ```yaml
> safe-outputs:
> report-failure-as-issue: false
> ```
>
>
> Generated from [Workshop Student Simulator](https://github.com/githubnext/gh-aw-workshop/actions/runs/34948574808) · copilot · 271.7 AIC · [◷](https://github.com/search?q=repo%3Agithubnext%2Fgh-aw-workshop+is%3Aissue+%22gh-aw-workflow-id%3A+workshop-student-simulator%22&type=issues)
> - [x] expires on Sep 22, 2026, 9:07 AM UTC
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with .github/workflows/workshop-student-simulator.md and the linked failed run to inspect the 20-minute timeout and the agent's token usage. Use the referenced debug.md and optimize.md guidance to determine whether the workflow needs a timeout change or reduced consumption. Done means the Workshop Student Simulator completes successfully without timing out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, yaml
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100