mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Decrease loop count of sp_thread_sleep_test
This commit is contained in:
parent
4e769d1cdd
commit
992326b1c8
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user