mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:54:44 +01:00
build: add longer timeout to integration tests
This commit is contained in:
parent
a3dc591b8e
commit
aa58f66806
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ version:
|
|||||||
# Full suite of integration tests
|
# Full suite of integration tests
|
||||||
test: rclone
|
test: rclone
|
||||||
go install github.com/ncw/rclone/fstest/test_all
|
go install github.com/ncw/rclone/fstest/test_all
|
||||||
-go test -v -count 1 $(BUILDTAGS) $(GO_FILES) 2>&1 | tee test.log
|
-go test -v -count 1 -timeout 20m $(BUILDTAGS) $(GO_FILES) 2>&1 | tee test.log
|
||||||
-test_all github.com/ncw/rclone/fs/operations github.com/ncw/rclone/fs/sync 2>&1 | tee fs/test_all.log
|
-test_all github.com/ncw/rclone/fs/operations github.com/ncw/rclone/fs/sync 2>&1 | tee fs/test_all.log
|
||||||
@echo "Written logs in test.log and fs/test_all.log"
|
@echo "Written logs in test.log and fs/test_all.log"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user