disabled test debug

master
Robinson 2023-10-26 21:19:50 +02:00
parent 0c4c442b3a
commit 27b4b0421e
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ abstract class BaseTest {
companion object {
const val LOCALHOST = "localhost"
const val DEBUG = true
const val DEBUG = false
// wait minimum of 3 minutes before we automatically fail the unit test.
var AUTO_FAIL_TIMEOUT: Long = if (DEBUG) 9999999999L else 180L