Docs: Clarify contract output handling

This commit is contained in:
Gabriel Brown
2026-08-26 23:38:09 -04:00
parent 34e295d184
commit 77f625d7bb
4 changed files with 12 additions and 5 deletions
+2 -1
View File
@@ -46,7 +46,8 @@ Other tools that beat raw commands:
A plain `panama test` prompts in a terminal before it starts non-hermetic contracts. Automation
must grant each required capability with a repeatable `--allow`, such as
`panama test --allow live-host updates`. Each contract has a 180-second outer timeout by default,
and failures print captured stdout and stderr.
which a positive `PANAMA_TEST_TIMEOUT_SECONDS` value overrides. Failures print captured stdout
and stderr. Successful stdout stays quiet. Successful stderr is surfaced as a warning.
## Settings