Procházet zdrojové kódy

maybe travis is really slow at times

Chris Bannister před 10 roky
rodič
revize
9d074d372f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'"