Update 01154_move_partition.sh

This commit is contained in:
tavplubix 2021-05-10 22:31:13 +03:00 committed by GitHub
parent eef899ae63
commit 547e1f5a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ export -f replace_partition_src_src_thread;
export -f drop_partition_thread;
export -f optimize_thread;
TIMEOUT=300
TIMEOUT=100
timeout $TIMEOUT bash -c "create_drop_thread ${engines[@]}" &
timeout $TIMEOUT bash -c 'insert_thread src' &