mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Decrease loop count of sp_thread_sleep_test
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user