mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
Increase event test timeout; the build server is slow, especially under -race
This commit is contained in:
parent
2eead17224
commit
ca4a3589e5
@ -14,7 +14,7 @@ import (
|
|||||||
"github.com/syncthing/syncthing/lib/events"
|
"github.com/syncthing/syncthing/lib/events"
|
||||||
)
|
)
|
||||||
|
|
||||||
var timeout = 100 * time.Millisecond
|
const timeout = 500 * time.Millisecond
|
||||||
|
|
||||||
func TestNewLogger(t *testing.T) {
|
func TestNewLogger(t *testing.T) {
|
||||||
l := events.NewLogger()
|
l := events.NewLogger()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user