Skip to content

Commit

Permalink
Fixes #1276: Set the idleTimeoutSeconds to 240 (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmurthy authored Nov 1, 2023
1 parent 71e7c08 commit 7ae1f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ class Config(list, Config): # type: ignore[misc] # Cannot resolve name "Config
"""

DEFAULTS = {
'listener': {'host': '0.0.0.0', 'saslMechanisms': 'ANONYMOUS', 'idleTimeoutSeconds': '120',
'listener': {'host': '0.0.0.0', 'saslMechanisms': 'ANONYMOUS', 'idleTimeoutSeconds': '240',
'authenticatePeer': 'no', 'role': 'normal'},
'connector': {'host': '127.0.0.1', 'saslMechanisms': 'ANONYMOUS', 'idleTimeoutSeconds': '120'},
'connector': {'host': '127.0.0.1', 'saslMechanisms': 'ANONYMOUS', 'idleTimeoutSeconds': '240'},
'router': {'mode': 'standalone', 'id': 'QDR'}
}

Expand Down

0 comments on commit 7ae1f15

Please sign in to comment.