Commit c7ef6062 authored by Yusei Tahara's avatar Yusei Tahara

Update request_wendelin_instance.py

parent c3c2259b
...@@ -19,7 +19,7 @@ parameter_dict = { ...@@ -19,7 +19,7 @@ parameter_dict = {
"family": "activities", "family": "activities",
"thread-amount": 4, "thread-amount": 4,
"instance-count": 1, "instance-count": 1,
"timerserver-interval": 1, "timerserver-interval": 5,
"port-base": 2230 "port-base": 2230
}, },
"distribution-node": { "distribution-node": {
...@@ -27,7 +27,7 @@ parameter_dict = { ...@@ -27,7 +27,7 @@ parameter_dict = {
"thread-amount": 1, "thread-amount": 1,
"instance-count": 1, "instance-count": 1,
"port-base": 2210, "port-base": 2210,
"timerserver-interval": 1 "timerserver-interval": 5
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment