changeset 353:017e8a35eb99

merge
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 12 Feb 2020 18:03:45 +0100 (2020-02-12)
parents f62137dd6050 (current diff) 77b1b7e8a4b1 (diff)
children b1f8750e6cde
files
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");