Parcourir la source

maybe travis is really slow at times

Chris Bannister il y a 10 ans
Parent
commit
9d074d372f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'"