Increase event test timeout; the build server is slow, especially under -race

This commit is contained in:
Jakob Borg 2015-08-21 13:26:16 +02:00
parent 2eead17224
commit ca4a3589e5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
"github.com/syncthing/syncthing/lib/events"
)
var timeout = 100 * time.Millisecond
const timeout = 500 * time.Millisecond
func TestNewLogger(t *testing.T) {
l := events.NewLogger()