# HG changeset patch
# User Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
# Date 1580219838 -3600
# Node ID 77b1b7e8a4b157ae20fd847a08fa3367e1b636c2
# Parent  54137aeb1f92fd6700333197c217f47f955a37ff
Removed setSoTimeout call at SQLcopyinto test. The test itself already has a timeout defined

diff --git a/tests/SQLcopyinto.java b/tests/SQLcopyinto.java
--- 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");