Increase event test timeout; the build server is slow, especially under -race
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user