Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:klemens-morgenstern/boost-proces…
Browse files Browse the repository at this point in the history
…s into develop
  • Loading branch information
klemens-morgenstern committed Sep 26, 2016
2 parents c8e4ecc + a20ccc5 commit 45aebb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/coroutine_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

namespace bp = boost::process;

BOOST_AUTO_TEST_CASE(cr_test, *boost::unit_test::timeout(5))
BOOST_AUTO_TEST_CASE(cr_test, *boost::unit_test::timeout(15))
{
//ok, here I check if I got the coroutine stuff right
using boost::unit_test::framework::master_test_suite;
Expand Down Expand Up @@ -74,7 +74,7 @@ BOOST_AUTO_TEST_CASE(cr_test, *boost::unit_test::timeout(5))
cmp.begin(), cmp.end());
}

BOOST_AUTO_TEST_CASE(stackful, *boost::unit_test::timeout(5))
BOOST_AUTO_TEST_CASE(stackful, *boost::unit_test::timeout(15))
{
using boost::unit_test::framework::master_test_suite;

Expand Down Expand Up @@ -104,7 +104,7 @@ BOOST_AUTO_TEST_CASE(stackful, *boost::unit_test::timeout(5))
BOOST_CHECK(did_something_else);
}

BOOST_AUTO_TEST_CASE(stackful_error, *boost::unit_test::timeout(5))
BOOST_AUTO_TEST_CASE(stackful_error, *boost::unit_test::timeout(15))
{
using boost::unit_test::framework::master_test_suite;

Expand Down Expand Up @@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE(stackful_error, *boost::unit_test::timeout(5))
}


BOOST_AUTO_TEST_CASE(stackless, *boost::unit_test::timeout(5))
BOOST_AUTO_TEST_CASE(stackless, *boost::unit_test::timeout(15))
{
using boost::unit_test::framework::master_test_suite;

Expand Down
2 changes: 1 addition & 1 deletion test/pipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BOOST_AUTO_TEST_CASE(stream_line, *boost::unit_test::timeout(2))
}


BOOST_AUTO_TEST_CASE(large_data, *boost::unit_test::timeout(2))
BOOST_AUTO_TEST_CASE(large_data, *boost::unit_test::timeout(20))
{
bp::pipe pipe;

Expand Down

0 comments on commit 45aebb0

Please sign in to comment.