Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorariel faigon <github.2009@yendor.com>2014-07-28 02:02:33 +0400
committerariel faigon <github.2009@yendor.com>2014-07-28 02:02:33 +0400
commitc793cd17cbb8204879c7ea8eb2545f17350a0ce4 (patch)
tree107bc3fa937294c1de91631311cc74e2a95afc94 /test
parent697a7e86c69cc7c2590da69c87d44cd4f2537a59 (diff)
Still failing travis; enable -x again, add more waits on start-daemon and make model smaller
Diffstat (limited to 'test')
-rwxr-xr-xtest/daemon-test.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/daemon-test.sh b/test/daemon-test.sh
index f0bca9a1..f2cc1c44 100755
--- a/test/daemon-test.sh
+++ b/test/daemon-test.sh
@@ -63,7 +63,7 @@ start_daemon() {
# echo starting daemon
$DaemonCmd
# give it time to be ready
- wait
+ wait; wait; wait
}
cleanup() {
@@ -87,8 +87,10 @@ cat > $PREDREF <<EOF
EOF
+set -x
+
# Train
-$VW --quiet -d $TRAINSET -f $MODEL
+$VW -b 10 --quiet -d $TRAINSET -f $MODEL
start_daemon