[Groonga-commit] groonga/groonga at 38f1d12 [master] test: increase wait time until Groonga server ready

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 6 12:35:56 JST 2014


Kouhei Sutou	2014-01-06 12:35:56 +0900 (Mon, 06 Jan 2014)

  New Revision: 38f1d12962e0a92fae961fe8ed45fdc4ef4e39de
  https://github.com/groonga/groonga/commit/38f1d12962e0a92fae961fe8ed45fdc4ef4e39de

  Message:
    test: increase wait time until Groonga server ready
    
    It is just a workaround for failing memcached protocol tests on Travis
    CI.
    
    I think that we can drop memcached protocol tests...

  Modified files:
    test/unit/lib/grn-test-server.c

  Modified: test/unit/lib/grn-test-server.c (+1 -1)
===================================================================
--- test/unit/lib/grn-test-server.c    2014-01-06 11:48:02 +0900 (9344abd)
+++ test/unit/lib/grn-test-server.c    2014-01-06 12:35:56 +0900 (45bae60)
@@ -195,7 +195,7 @@ grn_test_server_start(GrnTestServer *server, GError **error)
   if (!gcut_egg_hatch(priv->egg, error))
     return FALSE;
 
-  g_usleep(G_USEC_PER_SEC); /* FIXME: use select */
+  g_usleep(1.5 * G_USEC_PER_SEC); /* FIXME: use select */
 
   return TRUE;
 }
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index