1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-05 13:49:57 +02:00
juanfont.headscale/cmd/headscale/cli
Kristoffer Dalby cb5c5c0621 Fix CLI timeout issues in integration tests
- Increase default CLI timeout from 5s to 30s in config.go
- Fix error messages to match test expectations ("user/node not found")
- Smart lookup gRPC calls need more time in containerized CI environment

The CLI smart lookup feature makes additional gRPC calls that require
longer timeouts than the original 5-second default, especially in
containerized test environments with network latency.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-16 11:31:51 +00:00
..
api_key.go derp 2025-07-15 14:51:23 +00:00
client.go derp 2025-07-15 14:51:23 +00:00
configtest_test.go derp 2025-07-15 14:51:23 +00:00
configtest.go more 2025-07-15 06:49:51 +00:00
debug_test.go derp 2025-07-15 14:51:23 +00:00
debug.go derp 2025-07-15 14:51:23 +00:00
dump_config.go more 2025-07-15 06:49:51 +00:00
generate_test.go derp 2025-07-15 14:51:23 +00:00
generate.go derp 2025-07-15 14:51:23 +00:00
mockoidc.go derp 2025-07-15 14:51:23 +00:00
nodes.go Fix remaining CLI inconsistencies 2025-07-15 16:24:54 +00:00
policy.go derp 2025-07-15 14:51:23 +00:00
preauthkeys.go derp 2025-07-15 14:51:23 +00:00
pterm_style.go clean 2025-07-14 20:56:01 +00:00
root.go derp 2025-07-15 14:51:23 +00:00
serve_test.go derp 2025-07-15 14:51:23 +00:00
serve.go db: add sqlite "source of truth" schema 2025-07-07 15:48:38 +01:00
table_filter.go derp 2025-07-15 14:51:23 +00:00
users.go Fix remaining CLI inconsistencies 2025-07-15 16:24:54 +00:00
utils_test.go derp 2025-07-15 14:51:23 +00:00
utils.go Fix CLI timeout issues in integration tests 2025-07-16 11:31:51 +00:00
version_test.go derp 2025-07-15 14:51:23 +00:00
version.go derp 2025-07-15 14:51:23 +00:00