11 lines
388 B
Plaintext
11 lines
388 B
Plaintext
# Host-side watchdog for the normal `just test` CraftOS-PC process.
|
|
TRAP_CCLIBS_TEST_TIMEOUT_SECONDS=3
|
|
|
|
# Dedicated `just test-timeout` fixture timings.
|
|
TRAP_CCLIBS_TEST_TIMEOUT_WATCHDOG_SECONDS=1
|
|
|
|
# Test placeholders. The real values are generated in `.env` on first `just install`,
|
|
# or after `just clean` / `just reinstall`.
|
|
OPENCODE_SERVER_PASSWORD=redacted
|
|
SANDBOX_PASSWORD=redacted
|