Specify Synapse ui_auth.session_timeout only on tests which require it
As Dendrite lacks this configuration option Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/28939/head
parent
2bd8e049c7
commit
91370c6d8f
|
|
@ -118,9 +118,7 @@ const DEFAULT_CONFIG = {
|
||||||
password_config: {
|
password_config: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
ui_auth: {
|
ui_auth: {},
|
||||||
session_timeout: "300s",
|
|
||||||
},
|
|
||||||
background_updates: {
|
background_updates: {
|
||||||
// Inhibit background updates as this Synapse isn't long-lived
|
// Inhibit background updates as this Synapse isn't long-lived
|
||||||
min_batch_size: 100000,
|
min_batch_size: 100000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue