We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651de9f commit b54a0c0Copy full SHA for b54a0c0
.github/actions/edgedb-setup/action.yml
@@ -6,6 +6,9 @@ runs:
6
- name: Setup EdgeDB
7
uses: edgedb/setup-edgedb@v1
8
9
+ - run: edgedb configure set session_idle_transaction_timeout 30s
10
+ shell: bash
11
+
12
- run: edgedb migrate --dev-mode
13
shell: bash
14
0 commit comments