You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): use absolute config path and increase client timeout for CI
- Add get_workspace_root() helper to find workspace directory
- Use absolute path for config file in start_test_server()
- Add TERRAPHIM_CLIENT_TIMEOUT env var for configurable timeout
- Set 120s timeout for server commands in tests
The relative config path worked locally but failed in CI where the
working directory differs. This follows the pattern from
cross_mode_consistency_test.rs which already uses absolute paths.
0 commit comments