mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
Increase timeout in test
This commit is contained in:
parent
907a042af3
commit
3ba91b7049
@ -28,8 +28,8 @@ function user_test()
|
||||
{
|
||||
for _ in {1..10};
|
||||
do
|
||||
timeout 3 bash -c overcommited &
|
||||
timeout 3 bash -c expect_execution &
|
||||
timeout 10 bash -c overcommited &
|
||||
timeout 10 bash -c expect_execution &
|
||||
done;
|
||||
|
||||
wait
|
||||
|
Loading…
Reference in New Issue
Block a user