3030f954a2
* Wait longer for node to go down in disconnected clients test. The existing helper only waits 10s, but there's a jitter on heartbeats that we need to account for. Wait for 30s for node to go down to give us plenty of room * Port disconnected clients to stdlib-style test
5 lines
168 B
Go
5 lines
168 B
Go
package disconnectedclients
|
|
|
|
// This package contains only tests, so this is a placeholder file to
|
|
// make sure builds don't fail with "no non-test Go files in" errors
|