Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
🔀 Merge branch 'fix-gatherer-test-timeout' into 'dev'
Browse files Browse the repository at this point in the history
[pkg/errors] Increase timeout in gatherer test.

See merge request perun/go-perun!362
  • Loading branch information
sebastianst committed Oct 17, 2020
2 parents 88fe69b + fbb46d2 commit cb5f67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/errors/gatherer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestGatherer_Failed(t *testing.T) {
func TestGatherer_Go_and_Wait(t *testing.T) {
g := errors.NewGatherer()

const timeout = 10 * time.Millisecond
const timeout = 100 * time.Millisecond

g.Go(func() error {
time.Sleep(timeout)
Expand Down

0 comments on commit cb5f67e

Please sign in to comment.