test: bump ReadyTimeout to 10s

This commit is contained in:
Frank Schroeder 2017-05-12 21:04:34 +02:00 committed by Frank Schröder
parent 65b5c51ec7
commit f44c4e769b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ func defaultServerConfig() *TestServerConfig {
Server: randomPort(), Server: randomPort(),
RPC: randomPort(), RPC: randomPort(),
}, },
ReadyTimeout: 3 * time.Second, ReadyTimeout: 10 * time.Second,
} }
} }