mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
macos tests
This commit is contained in:
parent
5a3eb08a57
commit
95bfcdc5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue