diff options
author | Joe George <joe@zeroc.com> | 2021-02-03 11:16:06 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-03 11:42:30 -0500 |
commit | 48f9b28634908c43a23c30e219a9abfb038c1539 (patch) | |
tree | 81420c7142bb57902ad96de1d057b5259c29a287 /scripts/tests/Glacier2/router.py | |
parent | IceGrid and IceStorm fixes (diff) | |
download | ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.bz2 ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.xz ice-48f9b28634908c43a23c30e219a9abfb038c1539.zip |
Additional C++11 fixes
Diffstat (limited to 'scripts/tests/Glacier2/router.py')
-rw-r--r-- | scripts/tests/Glacier2/router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests/Glacier2/router.py b/scripts/tests/Glacier2/router.py index a6245a800eb..a3b32fa7297 100644 --- a/scripts/tests/Glacier2/router.py +++ b/scripts/tests/Glacier2/router.py @@ -17,7 +17,7 @@ routerProps = { "Ice.Warn.Connections" : "0", "Glacier2.Filter.Category.Accept" : "c1 c2", "Glacier2.Filter.Category.AcceptUser" : "2", - "Glacier2.SessionTimeout" : "30", + "Glacier2.Client.ACM.Timeout" : "30", } traceProps = { |