make test more reliable

This commit is contained in:
Girish Ramakrishnan
2016-06-16 14:43:07 -05:00
parent d5ffa53e70
commit d837e9f679
3 changed files with 36 additions and 61 deletions

View File

@@ -31,7 +31,7 @@ var MANIFEST = {
"contactEmail": "support@cloudron.io",
"version": "0.1.0",
"manifestVersion": 1,
"dockerImage": "cloudron/test:15.0.0",
"dockerImage": "cloudron/test:16.0.0",
"healthCheckPath": "/",
"httpPort": 7777,
"tcpPorts": {

View File

@@ -3,7 +3,7 @@
set -eu
readonly SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
readonly TEST_IMAGE="cloudron/test:15.0.0"
readonly TEST_IMAGE="cloudron/test:16.0.0"
# reset sudo timestamp to avoid wrong success
sudo -k || sudo --reset-timestamp