diff --git a/tests/queries/0_stateless/01154_move_partition.sh b/tests/queries/0_stateless/01154_move_partition.sh index 3aef2047b69..377af71ee04 100755 --- a/tests/queries/0_stateless/01154_move_partition.sh +++ b/tests/queries/0_stateless/01154_move_partition.sh @@ -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' &