summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-07-31 20:00:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-07-31 20:00:45 +0100
commit54d777372bc8c56112b913d57f54ef6654a88a96 (patch)
tree17b073f411a4b028206ac54803ed7b63f863ca36 /test
parentVerify that server binlog-format is row (diff)
downloadmygrate-54d777372bc8c56112b913d57f54ef6654a88a96.tar.bz2
mygrate-54d777372bc8c56112b913d57f54ef6654a88a96.tar.xz
mygrate-54d777372bc8c56112b913d57f54ef6654a88a96.zip
Allow longer for e2e test to run
Diffstat (limited to 'test')
-rw-r--r--test/test-e2e.cpp2
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;