Skip to content

Commit 8b877d2

Browse files
committed
ci: Increase connection timeout
Github runners are slow, hopefully this will help with unstable test failures
1 parent 1c17db8 commit 8b877d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
RUST_BACKTRACE: full
1919
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
2020
THEGRAPH_STORE_POSTGRES_DIESEL_URL: "postgresql://graph:graph@localhost:5432/graph-test"
21+
GRAPH_STORE_CONNECTION_TIMEOUT: "30000"
2122

2223
jobs:
2324
unit-tests:

0 commit comments

Comments
 (0)