Browse Source

maybe travis is really slow at times

Chris Bannister 10 years ago
parent
commit
9d074d372f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conn.go

+ 1 - 1
conn.go

@@ -843,7 +843,7 @@ func (c *Conn) awaitSchemaAgreement() error {
 
 	const (
 		// TODO(zariel): if we export this make this configurable
-		maxWaitTime = 30 * time.Second
+		maxWaitTime = 60 * time.Second
 
 		peerSchemas  = "SELECT schema_version FROM system.peers"
 		localSchemas = "SELECT schema_version FROM system.local WHERE key='local'"