Skip to content

Commit 350e167

Browse files
author
Ralph Castain
committed
Have the test wait a couple of seconds for the server to start
Signed-off-by: Ralph Castain <rhc@open-mpi.org>
1 parent e0a2435 commit 350e167

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

contrib/travis/test_client.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export PATH=$HOME/bogus/bin:$PATH
66
make client
77

88
psrvr &
9+
# wait a little for the server to start
10+
sleep 2
911
prun --oversubscribe -n 2 ./client
1012
ret=$?
1113

0 commit comments

Comments
 (0)