# HG changeset patch # User morphbr # Date 1183364332 -3600 # Node ID 372e7c8135b986f528919c2801b895861957afae # Parent f1da4fbe667ef8ddab6ab0ecfbc830cc436b9aee [svn r773] * Changed timeout value to 6s diff -r f1da4fbe667e -r 372e7c8135b9 gmyth/src/gmyth_epg.c --- a/gmyth/src/gmyth_epg.c Mon Jul 02 08:33:58 2007 +0100 +++ b/gmyth/src/gmyth_epg.c Mon Jul 02 09:18:52 2007 +0100 @@ -39,7 +39,7 @@ #include "gmyth_file_transfer.h" #include "gmyth_debug.h" -#define CONNECT_TIMEOUT 4 +#define CONNECT_TIMEOUT 6 static void gmyth_epg_class_init(GMythEPGClass * klass); static void gmyth_epg_init(GMythEPG * object);