Browse Source

quickfix runaround for libsphinxclient smoke testing bug

git-svn-id: svn://svn.sphinxsearch.com/sphinx/trunk@2679 406a0c4d-033a-0410-8de8-e80135713968
klirichek 15 years ago
parent
commit
da7ae37b77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/libsphinxclient/smoke_test.sh

+ 1 - 0
api/libsphinxclient/smoke_test.sh

@@ -29,6 +29,7 @@ cmd "make" "make failed"
 
 cmd "../../src/indexer -c smoke_test.conf --all" "indexing failed"
 cmd "../../src/searchd -c smoke_test.conf" "searchd start failed"
+sleep 1
 cmd "./test --smoke --port 10312>$RES" "test --smoke --port 10312 failed"
 cmd "../../src/searchd -c smoke_test.conf --stop" "searchd stop failed"