Skip to content

Commit 1d8e14f

Browse files
KJ Tsanaktsidisedenhill
authored andcommitted
Bump timeout on go test command
1 parent 7f5c6c7 commit 1d8e14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
script:
6464
# should be replaced with golangci-lint
6565
- if [[ -f .do_lint ]]; then golint -set_exit_status ./examples/... ./kafka/... ./kafkatest/... ; fi
66-
- for dir in kafka ; do (cd $dir && go test -timeout 60s -v ${BUILD_TYPE} ./...) ; done
66+
- for dir in kafka ; do (cd $dir && go test -timeout 180s -v ${BUILD_TYPE} ./...) ; done
6767
- go-kafkacat --help
6868
- library-version
6969
- (library-version | grep "$EXPECT_LINK_INFO") || (echo "Incorrect linkage, expected $EXPECT_LINK_INFO" ; false)

0 commit comments

Comments
 (0)