test/query: wait for server launching, not 5 sec.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 8 Jun 2022 06:29:36 +0000 (15:29 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 9 Jun 2022 07:43:13 +0000 (16:43 +0900)
commitb1fe4818b46b4623b678b531d17d539c4c58099b
tree04f3fb999d96f35843cde4d2e8442d612202f432
parenta2d6dc1aa6077e6029d82a68a5ad9105f5370e96
test/query: wait for server launching, not 5 sec.

1. With busy CI servers, you don't know how much time it takes
to launch tensor-query-server instances.

Thus, wait for the pipeline launching, not a constant time.

Besides, you can use "wait" command for server exit.

2. Do not use & for ssat apis.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
tests/nnstreamer_query/runTest.sh