Skip to content

Commit

Permalink
Reduce the amount of time to wait for autodiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Aug 14, 2014
1 parent 2355d41 commit 34511db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function run_tests() {
proto=1
fi

go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=5000ms ./...
go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms ./...

ccm clear
}
Expand Down

0 comments on commit 34511db

Please sign in to comment.