summaryrefslogtreecommitdiff
path: root/tests/docker
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-26 15:17:38 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-26 15:17:38 -0400
commitf62112983635a281108575bb69bb90df6bed68b7 (patch)
tree6e5cf4713e0ba1f5301376f568f0229ddd27a520 /tests/docker
parent3d34681610854474cb9dbdd93886dbcf0e208a99 (diff)
Added new API calls for project attachements
Diffstat (limited to 'tests/docker')
-rwxr-xr-xtests/docker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/entrypoint.sh b/tests/docker/entrypoint.sh
index a88c7ed8..5a37ae4e 100755
--- a/tests/docker/entrypoint.sh
+++ b/tests/docker/entrypoint.sh
@@ -23,7 +23,7 @@ case "$1" in
/var/www/html/vendor/phpunit/phpunit/phpunit -c /var/www/html/tests/integration.sqlite.xml
;;
"integration-test-postgres")
- wait_schema_creation 5
+ wait_schema_creation 10
/var/www/html/vendor/phpunit/phpunit/phpunit -c /var/www/html/tests/integration.postgres.xml
;;
"integration-test-mysql")