Skip to content

Commit

Permalink
double wait time in TestWaitUntilNoneMatchTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fffw committed Mar 1, 2015
1 parent 15d6acf commit c8be062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.com/getlantern/fdcount/fdcount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestWaitUntilNoneMatchTimeout(t *testing.T) {
}
defer conn.Close()

wait := 250 * time.Millisecond
wait := 500 * time.Millisecond
start := time.Now()
go func() {
time.Sleep(wait)
Expand Down

0 comments on commit c8be062

Please sign in to comment.