mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix flaky unit test
This commit is contained in:
parent
049b86ff7d
commit
d70a448ca1
@ -13,7 +13,7 @@ static bool check()
|
||||
|
||||
try
|
||||
{
|
||||
for (size_t i = 0; i < 100; ++i)
|
||||
for (size_t i = 0; i < 500; ++i)
|
||||
pool.scheduleOrThrowOnError([] {}); /// An exception will be rethrown from this method.
|
||||
}
|
||||
catch (const std::runtime_error &)
|
||||
|
Loading…
Reference in New Issue
Block a user