macos tests

This commit is contained in:
Evgeny Danienko 2022-05-13 10:06:11 +03:00
parent 5a3eb08a57
commit 95bfcdc5f4

View file

@ -70,7 +70,7 @@ func TestRemoteNotify(t *testing.T) {
if want := common.BytesToHash(target.Bytes()).Hex(); work[2] != want {
t.Errorf("work packet target mismatch: have %s, want %s", work[2], want)
}
case <-time.After(3 * time.Second):
case <-time.After(5 * time.Second):
t.Fatalf("notification timed out")
}
}