diff options
Diffstat (limited to 'ms/generic-resource-api/pom.xml')
-rw-r--r-- | ms/generic-resource-api/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ms/generic-resource-api/pom.xml b/ms/generic-resource-api/pom.xml index 3616988..a851a14 100644 --- a/ms/generic-resource-api/pom.xml +++ b/ms/generic-resource-api/pom.xml @@ -329,8 +329,6 @@ <MYSQL_USER>${gratest.mysql.user}</MYSQL_USER> <MYSQL_PASSWORD>${gratest.mysql.password}</MYSQL_PASSWORD> </environmentVariables> - <!-- Temporarily ignore test failures - will remove this once we resolve them all --> - <testFailureIgnore>true</testFailureIgnore> </configuration> </plugin> <plugin> @@ -570,7 +568,7 @@ </ports> <wait> <log>Started GenericResourceMsApp</log> - <time>180000</time> + <time>240000</time> </wait> <log> <enabled>true</enabled> |