Skip to content

Commit

Permalink
throw more things at gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Nov 2, 2023
1 parent f0ad1a7 commit b3d7c8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
resources:
limits:
memory: 1g
cap_add:
- IPC_LOCK
ulimits:
memlock:
soft: -1
Expand Down
2 changes: 1 addition & 1 deletion django/core/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def is_test(self):
"URLS": ["http://elasticsearch:9200"],
"ATOMIC_REBUILD": True,
"AUTO_UPDATE": True,
"TIMEOUT": 10,
"TIMEOUT": 30,
"OPTIONS": {
"max_retries": 2,
},
Expand Down

0 comments on commit b3d7c8d

Please sign in to comment.