swarm/network: Rename minproxbinsize, add as member of simulation (#18408)
* swarm/network: Rename minproxbinsize, add as member of simulation * swarm/network: Deactivate WaitTillHealthy, unreliable pending suggestpeer
This commit is contained in:
		| @@ -189,7 +189,7 @@ func testSyncBetweenNodes(t *testing.T, nodes, chunkCount int, skipCheck bool, p | ||||
| 			} | ||||
| 		} | ||||
| 		// here we distribute chunks of a random file into stores 1...nodes | ||||
| 		if _, err := sim.WaitTillHealthy(ctx, 2); err != nil { | ||||
| 		if _, err := sim.WaitTillHealthy(ctx); err != nil { | ||||
| 			return err | ||||
| 		} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user