Skip to content

Commit

Permalink
test: update request_timeout_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
denglong committed Aug 19, 2020
1 parent f800dbf commit 6d0b5cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions onebox/start_onebox_on_rambuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ BLOB1=$IP:9720
--zk_cluster=${ZK_CLUSTER}\
--tablet_offline_check_interval=1\
--tablet_heartbeat_timeout=1\
--request_timeout_ms=200000\
--zk_root_path=/onebox > ns1.log 2>&1 &
sleep 2

Expand All @@ -66,13 +67,15 @@ sleep 2
--zk_cluster=${ZK_CLUSTER}\
--tablet_offline_check_interval=1\
--tablet_heartbeat_timeout=1\
--request_timeout_ms=200000\
--zk_root_path=/onebox > ns2.log 2>&1 &
sleep 2

# start ns3
../build/bin/rtidb --endpoint=${NS3} --role=nameserver \
--tablet_offline_check_interval=1\
--tablet_heartbeat_timeout=1\
--request_timeout_ms=200000\
--zk_cluster=${ZK_CLUSTER}\
--zk_root_path=/onebox > ns3.log 2>&1 &

Expand Down

0 comments on commit 6d0b5cf

Please sign in to comment.