diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-15 23:24:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-15 23:24:00 +0200 |
| commit | 8ec8ee16e23081018e32dea122ecd9a3b8d8b2c7 (patch) | |
| tree | 5a564bb36fc9750d3353435d2dd3cf2f28fa5261 /internal/hexaicli/run_timeout_test.go | |
| parent | 10112d4b7a8150118e705b95df73c08824ac2b22 (diff) | |
Release v0.23.0v0.23.0
Diffstat (limited to 'internal/hexaicli/run_timeout_test.go')
| -rw-r--r-- | internal/hexaicli/run_timeout_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/hexaicli/run_timeout_test.go b/internal/hexaicli/run_timeout_test.go index 642f172..9561617 100644 --- a/internal/hexaicli/run_timeout_test.go +++ b/internal/hexaicli/run_timeout_test.go @@ -13,6 +13,7 @@ import ( func TestRun_DefaultRequestTimeoutIsTenMinutes(t *testing.T) { t.Chdir(t.TempDir()) t.Setenv("XDG_CONFIG_HOME", t.TempDir()) + t.Setenv("XDG_CACHE_HOME", t.TempDir()) t.Setenv("HEXAI_REQUEST_TIMEOUT", "") oldNew := newClientFromApp |
