Skip to content

Commit b54a0c0

Browse files
authored
[CI] Bump EdgeDB timeout 10s -> 30s (#3041)
1 parent 651de9f commit b54a0c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/edgedb-setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ runs:
66
- name: Setup EdgeDB
77
uses: edgedb/setup-edgedb@v1
88

9+
- run: edgedb configure set session_idle_transaction_timeout 30s
10+
shell: bash
11+
912
- run: edgedb migrate --dev-mode
1013
shell: bash
1114

0 commit comments

Comments
 (0)