changeset 351:77b1b7e8a4b1

Removed setSoTimeout call at SQLcopyinto test. The test itself already has a timeout defined
author Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
date Tue, 28 Jan 2020 14:57:18 +0100 (2020-01-28)
parents 54137aeb1f92
children 017e8a35eb99
files tests/SQLcopyinto.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/SQLcopyinto.java
+++ b/tests/SQLcopyinto.java
@@ -80,7 +80,6 @@ public class SQLcopyinto {
 		MapiSocket server = new MapiSocket();
 		try {
 			server.setLanguage("sql");
-			server.setSoTimeout(60);
 
 			// extract from MonetConnection object the used connection properties
 			String host = mcon.getClientInfo("host");