Skip to content

Commit

Permalink
add timeout to freebsd tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Nov 2, 2021
1 parent 1614e6b commit af851de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ task:
install_script: pkg install -y go
script: |
go build
go test -v -race ./...
go test -v -race -timeout 2m ./...
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version v1.4.9
* Bump fsnotify to v1.5.1 fixes issue #28, hpcloud/tail#90.
* PR #27: "Add timeout to tests"by @kokes++.
* PR #29: "Use temp directory for tests, instead of relative" by @ches++.

# Version v1.4.7-v1.4.8
Expand Down

0 comments on commit af851de

Please sign in to comment.