good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 251c8680 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

consensus/ethash: reduce notify test aggressiveness

parent 99e1a5e0
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ func TestRemoteNotify(t *testing.T) {
// issues in the notifications.
func TestRemoteMultiNotify(t *testing.T) {
// Start a simple webserver to capture notifications
sink := make(chan [3]string, 1024)
sink := make(chan [3]string, 64)
server := &http.Server{
Handler: http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment