fix flapping test

This commit is contained in:
Nikita Mikhaylov 2020-03-04 13:46:14 +03:00 committed by GitHub
parent 0522ab9563
commit 71a9430924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ function thread2()
export -f thread1;
export -f thread2;
bash -c thread1 &
bash -c thread2 &
bash -c thread1 > /dev/null 2>&1 &
bash -c thread2 > /dev/null 2>&1 &
wait
echo OK