Browse Source

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

Jakob Borg 10 years ago
parent
commit
ca4a3589e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/events/events_test.go

+ 1 - 1
lib/events/events_test.go

@@ -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()