@@ -62,7 +62,7 @@ void do_test_creation()
6262
6363BOOST_AUTO_TEST_CASE (test_creation)
6464{
65- timed_test (&do_test_creation, 1 );
65+ timed_test (&do_test_creation, 2 );
6666}
6767
6868void do_test_id_comparison ()
@@ -74,7 +74,7 @@ void do_test_id_comparison()
7474
7575BOOST_AUTO_TEST_CASE (test_id_comparison)
7676{
77- timed_test (&do_test_id_comparison, 1 );
77+ timed_test (&do_test_id_comparison, 2 );
7878}
7979
8080void interruption_point_thread (boost::mutex* m,bool * failed)
@@ -98,7 +98,7 @@ void do_test_thread_interrupts_at_interruption_point()
9898
9999BOOST_AUTO_TEST_CASE (test_thread_interrupts_at_interruption_point)
100100{
101- timed_test (&do_test_thread_interrupts_at_interruption_point, 1 );
101+ timed_test (&do_test_thread_interrupts_at_interruption_point, 2 );
102102}
103103
104104void disabled_interruption_point_thread (boost::mutex* m,bool * failed)
@@ -123,7 +123,7 @@ void do_test_thread_no_interrupt_if_interrupts_disabled_at_interruption_point()
123123
124124BOOST_AUTO_TEST_CASE (test_thread_no_interrupt_if_interrupts_disabled_at_interruption_point)
125125{
126- timed_test (&do_test_thread_no_interrupt_if_interrupts_disabled_at_interruption_point, 1 );
126+ timed_test (&do_test_thread_no_interrupt_if_interrupts_disabled_at_interruption_point, 2 );
127127}
128128
129129struct non_copyable_functor :
0 commit comments