Skip to content

Commit

Permalink
Wait the server for 1 second before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Jun 9, 2015
1 parent b7247f1 commit 2fb7c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit-tests.sh
Expand Up @@ -8,6 +8,8 @@ rm -f $client_log $server_log
echo "Starting server"
./unit-test-server > $server_log 2>&1 &

sleep 1

echo "Starting client"
./unit-test-client > $client_log 2>&1
rc=$?
Expand Down

0 comments on commit 2fb7c2e

Please sign in to comment.