Revision 1846

trunk/docs/reference/Makefile.am (revision 1846)
59 59

                
60 60
# Header files to ignore when scanning. Use base file name, no paths
61 61
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
62
IGNORE_HFILES= configuration.h \
63
               collections.h \
64
               queue_rawfile.h \
65
               strptime.h \
62
IGNORE_HFILES= collection_alloc.h \
63
               configuration.h \
64
               decoder_thread.h \
65
               download_queue.h \
66
               download_thread.h \
66 67
               marshalers.h \
67
               download_thread.h \
68
               decoder_thread.h \
68
               nntpconnection_backend_gio.h \
69
               nntpconnection_backend_iface.h \
70
               nntpconnection_backend_native.h \
69 71
               nntpconnection.h \
70
               download_queue.h \
71
               collection_alloc.h \
72
               nntpconnection_utils.h \
73
               nntpgrab_internal.h \
72 74
               plugins.h \
73
               nntpgrab_internal.h \
74
               nntpgrab_glue_internal.h
75
               queue_rawfile.h \
76
               strptime.h
75 77

                
76 78
# Images to copy into HTML directory.
77 79
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
trunk/tests/test_nntpconnection_backend.c (revision 1846)
127 127

                
128 128
    /* Wait until there's data */
129 129
    g_test_message("Waiting for data to arrive");
130
    g_assert(nntpconnection_ensure_data_is_ready(conn, G_USEC_PER_SEC));
130
    g_assert(nntpconnection_ensure_data_is_ready(conn, G_USEC_PER_SEC * 5));
131 131

                
132 132
    /* Read the welcome msg */
133 133
    g_test_message("Reading welcome message");
... ...
147 147

                
148 148
    /* Wait again for data to arrive */
149 149
    g_test_message("Waiting for data to arrive");
150
    g_assert(nntpconnection_ensure_data_is_ready(conn, G_USEC_PER_SEC));
150
    g_assert(nntpconnection_ensure_data_is_ready(conn, G_USEC_PER_SEC * 5));
151 151

                
152 152
    /* Read the response */
153 153
    g_test_message("Reading response");

Also available in: Unified diff