Skip to content

Commit

Permalink
Fix test failure by updating timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Jan 15, 2024
1 parent a9bb302 commit 466c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
"hosts": [
{
"address": REDIS_URI,
"timeout": 30,
"socket_timeout": 30,
}
],
},
Expand Down

0 comments on commit 466c312

Please sign in to comment.