mirror of https://github.com/status-im/consul.git
test: bump ReadyTimeout to 10s
This commit is contained in:
parent
65b5c51ec7
commit
f44c4e769b
|
@ -124,7 +124,7 @@ func defaultServerConfig() *TestServerConfig {
|
||||||
Server: randomPort(),
|
Server: randomPort(),
|
||||||
RPC: randomPort(),
|
RPC: randomPort(),
|
||||||
},
|
},
|
||||||
ReadyTimeout: 3 * time.Second,
|
ReadyTimeout: 10 * time.Second,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue