We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c17db8 commit 8b877d2Copy full SHA for 8b877d2
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ env:
18
RUST_BACKTRACE: full
19
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
20
THEGRAPH_STORE_POSTGRES_DIESEL_URL: "postgresql://graph:graph@localhost:5432/graph-test"
21
+ GRAPH_STORE_CONNECTION_TIMEOUT: "30000"
22
23
jobs:
24
unit-tests:
0 commit comments