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: {
|
||||
enabled: true,
|
||||
},
|
||||
ui_auth: {
|
||||
session_timeout: "300s",
|
||||
},
|
||||
ui_auth: {},
|
||||
background_updates: {
|
||||
// Inhibit background updates as this Synapse isn't long-lived
|
||||
min_batch_size: 100000,
|
||||
|
|
Loading…
Reference in New Issue