This commit is contained in:
Vedran Pavic
2018-11-26 18:23:45 +01:00
parent e0dc0262ef
commit 3480c65c2b
5 changed files with 4 additions and 11 deletions

View File

@@ -173,13 +173,6 @@ final class DatabaseContainers {
super("mcr.microsoft.com/mssql/server:2017-CU12");
}
@Override
protected void configure() {
super.configure();
withStartupTimeoutSeconds(240);
withConnectTimeoutSeconds(240);
}
}
}