Decrease loop count of sp_thread_sleep_test

This commit is contained in:
Peter Dimov 2023-06-02 02:04:46 +03:00
parent 4e769d1cdd
commit 992326b1c8

View File

@ -8,7 +8,7 @@
int main()
{
for( int i = 0; i < 1000; ++i )
for( int i = 0; i < 100; ++i )
{
boost::core::sp_thread_sleep();
}