diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 20:00:45 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 20:00:45 +0100 |
commit | 54d777372bc8c56112b913d57f54ef6654a88a96 (patch) | |
tree | 17b073f411a4b028206ac54803ed7b63f863ca36 | |
parent | Verify that server binlog-format is row (diff) | |
download | mygrate-54d777372bc8c56112b913d57f54ef6654a88a96.tar.bz2 mygrate-54d777372bc8c56112b913d57f54ef6654a88a96.tar.xz mygrate-54d777372bc8c56112b913d57f54ef6654a88a96.zip |
Allow longer for e2e test to run
-rw-r--r-- | test/test-e2e.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-e2e.cpp b/test/test-e2e.cpp index f861603..37fa924 100644 --- a/test/test-e2e.cpp +++ b/test/test-e2e.cpp @@ -34,7 +34,7 @@ private: semaphore ops {0}; }; -BOOST_AUTO_TEST_CASE(e2e, *boost::unit_test::timeout(5)) +BOOST_AUTO_TEST_CASE(e2e, *boost::unit_test::timeout(15)) { const char * const target_schema {"testout"}; using namespace MyGrate::Testing; |