Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/ci/go-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "--- comby install"
# For code insights test
./dev/codeinsights-db.sh &
export CODEINSIGHTS_PGDATASOURCE=postgres://postgres:password@127.0.0.1:5435/postgres
export DB_STARTUP_TIMEOUT=30s # codeinsights-db needs more time to start in some instances.
export DB_STARTUP_TIMEOUT=120s # codeinsights-db needs more time to start in some instances.

# Separate out time for go mod from go test
echo "--- go mod download"
Expand Down
2 changes: 1 addition & 1 deletion dev/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export CODEINTEL_PG_ALLOW_SINGLE_DB=true
# Code Insights uses a separate database, because it's easier to run TimescaleDB in
# Docker than install as a Postgres extension in dev environments.
export CODEINSIGHTS_PGDATASOURCE=postgres://postgres:password@127.0.0.1:5435/postgres
export DB_STARTUP_TIMEOUT=30s # codeinsights-db needs more time to start in some instances.
export DB_STARTUP_TIMEOUT=120s # codeinsights-db needs more time to start in some instances.

# Default to "info" level debugging, and "condensed" log format (nice for human readers)
export SRC_LOG_LEVEL=${SRC_LOG_LEVEL:-info}
Expand Down