mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Allowed integration test time 60m -> 90m
This commit is contained in:
parent
520bb74626
commit
34ba5678c3
2
build.sh
2
build.sh
@ -134,7 +134,7 @@ case "${1:-default}" in
|
|||||||
&& go run build.go -race \
|
&& go run build.go -race \
|
||||||
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
|
&& export GOPATH=$(pwd)/Godeps/_workspace:$GOPATH \
|
||||||
&& cd test \
|
&& cd test \
|
||||||
&& go test -tags integration -v -timeout 60m -short \
|
&& go test -tags integration -v -timeout 90m -short \
|
||||||
&& git clean -fxd .'
|
&& git clean -fxd .'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user