[Groonga-commit] groonga/express-kotoumi [master] test: Shorten the wait for timeout about closed sockets

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Jan 29 17:34:40 JST 2013


YUKI Hiroshi	2013-01-29 17:34:40 +0900 (Tue, 29 Jan 2013)

  New Revision: 6060170e8e13ee8c5bedcfbe6e675fc1e9a11792
  https://github.com/groonga/express-kotoumi/commit/6060170e8e13ee8c5bedcfbe6e675fc1e9a11792

  Log:
    test: Shorten the wait for timeout about closed sockets

  Modified files:
    test/backend-connection.test.js

  Modified: test/backend-connection.test.js (+1 -1)
===================================================================
--- test/backend-connection.test.js    2013-01-29 17:34:32 +0900 (69d38b8)
+++ test/backend-connection.test.js    2013-01-29 17:34:40 +0900 (1ca00e7)
@@ -464,7 +464,7 @@ suite('Connection, to backend', function() {
         restartedBackend = newBackend;
         connection.emitMessage('test', { message: true });
       })
-      .wait(0.5)
+      .wait(0.01)
       .next(function() {
         assert.equal(restartedBackend.received.length,
                      1,
-------------- next part --------------
HTML����������������������������...
Download 



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