From 547e1f5a23637eb426c4e206f80e128d3eb99544 Mon Sep 17 00:00:00 2001 From: tavplubix Date: Mon, 10 May 2021 22:31:13 +0300 Subject: [PATCH] Update 01154_move_partition.sh --- tests/queries/0_stateless/01154_move_partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' &