/**
 *  call-seq:
 *  setTimeout(timeoutsec,timeoutusec)
 *
 *  Sets the server connect timeout in seconds and milliseconds.
 *  Setting either parameter to -1 disables the timeout. */
static VALUE sqlrcon_setTimeout(VALUE self,
                                VALUE timeoutsec, VALUE timeoutusec) {