Commit 3bf68550 authored by Eteri's avatar Eteri

scalability_test: increase MAX_BOOTSRAPPING_TIME

parent a59ce6b3
...@@ -65,7 +65,7 @@ MAX_PREPARE_TEST_SUITE = 3600*10*1.0 # 10 hours ...@@ -65,7 +65,7 @@ MAX_PREPARE_TEST_SUITE = 3600*10*1.0 # 10 hours
# max time for a test line creation: 5 minutes # max time for a test line creation: 5 minutes
MAX_CREATION_TEST_LINE = 60*10 MAX_CREATION_TEST_LINE = 60*10
# max time for bootstrapping an instance site # max time for bootstrapping an instance site
MAX_BOOTSRAPPING_TIME = 60*30 MAX_BOOTSRAPPING_TIME = 60*30*10
# max time to get a connection # max time to get a connection
MAX_CONNECTION_TIME = 60*5 MAX_CONNECTION_TIME = 60*5
# time to check site bootstrap # time to check site bootstrap
......
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