Skip to content

Commit

Permalink
swarm/network: Increase timeout in overlay test sim (ethereum#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint authored May 16, 2018
1 parent 2df458c commit 8126c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/network/simulations/overlay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestOverlaySim(t *testing.T) {
trigger := make(chan discover.NodeID)

//wait for all nodes to be up
ctx, cancel := context.WithTimeout(context.Background(), 3*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()

//start watching node up events...
Expand Down

0 comments on commit 8126c9d

Please sign in to comment.