Re-enable a few tests I had missed.

Fix integration test for the change to log entry zero.

Increase test timeouts since integration tests often take
longer than 10s for me.
This commit is contained in:
Ben Darnell
2014-11-21 15:27:17 -05:00
parent b29240baf0
commit 30690d15d9
4 changed files with 3 additions and 4 deletions

2
test
View File

@@ -39,7 +39,7 @@ split=(${TEST// / })
TEST=${split[@]/#/${REPO_PATH}/}
echo "Running tests..."
go test -timeout 10s ${COVER} $@ ${TEST} --race
go test -timeout 20s ${COVER} $@ ${TEST} --race
echo "Checking gofmt..."
fmtRes=$(gofmt -l $FMT)