forked from boostorg/core
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