mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +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"
|
||||
)
|
||||
|
||||
var timeout = 100 * time.Millisecond
|
||||
const timeout = 500 * time.Millisecond
|
||||
|
||||
func TestNewLogger(t *testing.T) {
|
||||
l := events.NewLogger()
|
||||
|
Loading…
Reference in New Issue
Block a user