fix(ci): increase integration test http client timeout for go test (#7498)

This commit is contained in:
hugocasa
2026-01-06 17:12:43 +07:00
committed by GitHub
parent 050e1f4585
commit f7085770c7

View File

@@ -56,6 +56,7 @@ class WindmillClient:
return httpx.Client(
base_url=self._url,
headers=headers,
timeout=10.0,
)
def _set_license_key(self):