summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-11 18:51:58 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-11 18:51:58 +0100
commitfe9215adf67860772a7ae4570060905faa8af7b8 (patch)
tree6d4782fd7f41b3157fdf785636fbf3aaddde053b /tests
parente3a67d0505f422423e15179388ae3dd70e5609f5 (diff)
parent6b635044a721c5ccf63a6e20165ed7d775fafaa2 (diff)
downloadnextcloud-server-fe9215adf67860772a7ae4570060905faa8af7b8.tar.gz
nextcloud-server-fe9215adf67860772a7ae4570060905faa8af7b8.zip
Merge pull request #22314 from owncloud/fix-mariadb-autotest
Wait until mariadb is up and running
Diffstat (limited to 'tests')
-rw-r--r--tests/docker/mariadb/oc.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/docker/mariadb/oc.cnf b/tests/docker/mariadb/oc.cnf
new file mode 100644
index 00000000000..590284d4617
--- /dev/null
+++ b/tests/docker/mariadb/oc.cnf
@@ -0,0 +1,5 @@
+
+[mysqld]
+
+innodb_buffer_pool_size = 512M
+innodb_flush_log_at_trx_commit = 2