Skip to content

Commit 480c3f3

Browse files
committed
*lento
1 parent 01640fc commit 480c3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ static void lambda_complex(void)
678678
int lento(int a = 0)
679679
{
680680
this_thread::yield();
681-
this_thread::sleep_for(chrono::milliseconds(20));
681+
this_thread::sleep_for(chrono::milliseconds(50));
682682
return a;
683683
}
684684
/// @endcond

0 commit comments

Comments
 (0)