8000 update timeouts · django-cms/django-cms@2606570 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2606570

Browse files
author
Github Release Action
committed
update timeouts
1 parent 7ba33e6 commit 2606570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
POSTGRES_USER: postgres
4343
POSTGRES_PASSWORD: postgres
4444
POSTGRES_DB: postgres
45-
PGOPTIONS: '--transaction-timeout=0 --statement-timeout=0 --idle-session-timeout=0'
45+
PGOPTIONS: '--statement-timeout=0 --idle-session-timeout=0'
4646
ports:
4747
- 5432:5432
4848
# needed because the postgres container does not provide a healthcheck

0 commit comments

Comments
 (0)
0