Skip to content

Commit fd7d2ea

Browse files
committed
fix: remove stale 180s timeout note from task table
https://claude.ai/code/session_015rZFtTwYwLn5Z8zQrk4sgM
1 parent d73c237 commit fd7d2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ MISE_ENV=dev ./bin/mise tasks ls # All tasks including build/serve
7474
| **Pre-commit gate** | `./bin/mise run check` | **Run before every commit** |
7575
| Generate code (mocks) | `./bin/mise run generate` | After model changes |
7676
| Analyze code | `./bin/mise run analyze` | generate → analyze |
77-
| Run tests | `./bin/mise run test` | generate → test (180s timeout) |
77+
| Run tests | `./bin/mise run test` | generate → test |
7878
| Run tests with coverage | `./bin/mise run coverage` | Includes code generation |
7979
| Run dev server | `MISE_ENV=dev ./bin/mise run dev` | |
8080
| Build for web (local) | `MISE_ENV=dev ./bin/mise run build:web` | For e2e testing |

0 commit comments

Comments
 (0)