10 lines
359 B
Plaintext
10 lines
359 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 placeholder. The real value is generated in `.env` on first `just install`,
|
|
# or after `just clean` / `just reinstall`.
|
|
OPENCODE_SERVER_PASSWORD=redacted
|