We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db3253 commit 1de55fcCopy full SHA for 1de55fc
1 file changed
test/test_366_4.cpp
@@ -12,7 +12,7 @@ static void do_first_half()
12
std::cout << "Doing first half of the work\n";
13
14
boost::this_thread::sleep_for(
15
- boost::chrono::seconds( 10 ) );
+ boost::chrono::hours( 1 ) );
16
17
std::cout << "First half of the work complete\n";
18
}
@@ -22,7 +22,7 @@ static void do_second_half()
22
std::cout << "Doing second half of the work\n";
23
24
25
26
27
std::cout << "Second half of the work complete\n";
28
0 commit comments