Increase timeout in test

This commit is contained in:
Dmitry Novik 2021-12-07 12:58:08 +03:00
parent 907a042af3
commit 3ba91b7049

View File

@ -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